We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a67b09 commit e86dc17Copy full SHA for e86dc17
documentation/docs/02-template-syntax/06-component-directives.md
@@ -109,7 +109,7 @@ bind:property={variable}
109
<Keypad bind:value={pin} />
110
```
111
112
-Svelteのpropsはバインドをしなくてもリアクティブですが、そのリアクティビティはデフォルトでコンポーネントの下向きにしか流れません。`bind:property`を使用することで、コンポーネント内からプロパティへの変更をコンポーネントの外に戻すことができます。
+Svelteのpropsはバインドをしなくてもリアクティブですが、そのリアクティビティはデフォルトでコンポーネントの下向きにしか流れません。`bind:property`を使用することで、コンポーネント内部でのプロパティの変更をコンポーネントの外部に戻すことができます。
113
114
## bind:this
115
0 commit comments