Skip to content

Commit 437a56c

Browse files
authored
Merge pull request #270 from Chris-James/patch-1
Fix typo in Two-way binding intro
2 parents 04f96b7 + 81d30b9 commit 437a56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.8/Two-way binding.md.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ By default, a Ractive instance will update its internal model based on user inpu
55

66
If that's unhelpful for your app, you can disable it by passing `twoway: false` as an {{{createLink 'options' 'initialisation option'}}}.
77

8-
Two-way vinding can also be overridden on a per-element basis using the `twoway` directive e.g. `<input value="\{{foo}}" twoway="false">`. If the `twoway` option is set to false, it can be overridden on a per-element bases using `twoway` as a boolean attribute e.g. `<input value="\{{foo}}" twoway>` or `<input value="\{{foo}}" twoway="true">`.
8+
Two-way binding can also be overridden on a per-element basis using the `twoway` directive e.g. `<input value="\{{foo}}" twoway="false">`. If the `twoway` option is set to false, it can be overridden on a per-element bases using `twoway` as a boolean attribute e.g. `<input value="\{{foo}}" twoway>` or `<input value="\{{foo}}" twoway="true">`.
99

1010

1111
## `<input>` elements

0 commit comments

Comments
 (0)