Skip to content

Commit c8e3888

Browse files
dobbsryanyyx990803
authored andcommitted
Update syntax.md (#300)
1 parent bee043e commit c8e3888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Here the argument is the event name to listen to. We will talk about event handl
128128

129129
### Modifiers
130130

131-
Modifiers are special postfixes denoted by a dot, which indicates that a directive should be bound in some special way. For example, the `.literal` modifier tells the directive to interpret its attribute value as a literal string rather than an expression:
131+
Modifiers are special postfixes denoted by a dot, which indicate that a directive should be bound in some special way. For example, the `.literal` modifier tells the directive to interpret its attribute value as a literal string rather than an expression:
132132

133133
``` html
134134
<a v-bind:href.literal="/a/b/c"></a>

0 commit comments

Comments
 (0)