We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec001e7 commit 937c149Copy full SHA for 937c149
src/tutorial/src/step-3/description.md
@@ -1,6 +1,6 @@
1
# Attribute Bindings
2
3
-in Vue, mustaches are only used for text interpolation. To bind an attribute to a dynamic value, we use the `v-bind` directive:
+In Vue, mustaches are only used for text interpolation. To bind an attribute to a dynamic value, we use the `v-bind` directive:
4
5
```vue-html
6
<div v-bind:id="dynamicId"></div>
0 commit comments