Skip to content

Commit 7ffb970

Browse files
authored
Merge pull request halfnelson#84 from changeweb/master
Fix word spelling
2 parents e6b3a7a + 3ac0951 commit 7ffb970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_src/content/docs/40-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ function indexChange(event) {
714714
<textField text="{textFieldValue}" hint="Enter text..." />
715715
```
716716
717-
`<textField>` provdes two-way data binding using `bind`.
717+
`<textField>` provides two-way data binding using `bind`.
718718
719719
```html
720720
<textField bind:text="{textFieldValue}" />

0 commit comments

Comments
 (0)