Skip to content

Commit e86dc17

Browse files
committed
tweaks
1 parent 4a67b09 commit e86dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-template-syntax/06-component-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bind:property={variable}
109109
<Keypad bind:value={pin} />
110110
```
111111

112-
Svelteのpropsはバインドをしなくてもリアクティブですが、そのリアクティビティはデフォルトでコンポーネントの下向きにしか流れません。`bind:property`を使用することで、コンポーネント内からプロパティへの変更をコンポーネントの外に戻すことができます
112+
Svelteのpropsはバインドをしなくてもリアクティブですが、そのリアクティビティはデフォルトでコンポーネントの下向きにしか流れません。`bind:property`を使用することで、コンポーネント内部でのプロパティの変更をコンポーネントの外部に戻すことができます
113113

114114
## bind:this
115115

0 commit comments

Comments
 (0)