Skip to content

Commit 8e0e5b7

Browse files
NataliaTepluhinayyx990803
authored andcommitted
fix: fixed a description
1 parent ca586e0 commit 8e0e5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/src/step-2/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Let's make our example more interactive! What if we could allow user to change `
1010
</div>
1111
```
1212

13-
Now, we have to provide some initial value to our input, and we want to display `colorsNumber` there. Let's use a dynamic binding to provide a value:
13+
Now, we have to provide some initial value to our input, and we want to display `colorsNumber` there. In Vue, we can use a _dynamic binding_ to provide a value:
1414

1515
```html
1616
<input type="number" :value="colorsNumber" />

0 commit comments

Comments
 (0)