Skip to content

Commit 937c149

Browse files
authored
change the beginning of the sentence to uppercase (#1835)
1 parent ec001e7 commit 937c149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attribute Bindings
22

3-
in Vue, mustaches are only used for text interpolation. To bind an attribute to a dynamic value, we use the `v-bind` directive:
3+
In Vue, mustaches are only used for text interpolation. To bind an attribute to a dynamic value, we use the `v-bind` directive:
44

55
```vue-html
66
<div v-bind:id="dynamicId"></div>

0 commit comments

Comments
 (0)