Skip to content

Commit ab1685a

Browse files
Sync svelte docs (#1699)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 0e90ee8 commit ab1685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/02-runes/06-$bindable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: $bindable
55

66
Ordinarily, props go one way, from parent to child. This makes it easy to understand how data flows around your app.
77

8-
In Svelte, component props can be _bound_, which means that data can also flow _up_ from child to parent. This isn't something you should do often, but it can simplify your code if used sparingly and carefully.
8+
In Svelte, component props can be _bound_, which means that data can also flow _up_ from child to parent. This isn't something you should do often — overuse can make your data flow unpredictable and your components harder to maintain — but it can simplify your code if used sparingly and carefully.
99

1010
It also means that a state proxy can be _mutated_ in the child.
1111

0 commit comments

Comments
 (0)