Skip to content

Commit

Permalink
Fix terminology and grammar (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-saleem committed Dec 13, 2023
1 parent 629dc65 commit c0f3490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial/src/step-5/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function onInput(e) {

Try typing in the input box - you should see the text in `<p>` updating as you type.

To simplify two-way bindings, Vue provides a directive, `v-model`, which is essentially a syntax sugar for the above:
To simplify two-way bindings, Vue provides a directive, `v-model`, which is essentially syntactic sugar for the above:

```vue-html
<input v-model="text">
Expand Down

0 comments on commit c0f3490

Please sign in to comment.