Skip to content

Commit b633f04

Browse files
committed
edits
1 parent 9f49241 commit b633f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Mustaches can also be used inside HTML attributes:
4343
<div id="item-{{ id }}"></div>
4444
```
4545

46-
However, this can only be used inside native HTML attributes. You cannot use mustaches in custom attributes or Vue.js directives. Don't worry, Vue.js will raise warnings for you when mustaches are used in wrong places.
46+
Note that attribute interpolations are disallowed in Vue.js directives and special attributes. Don't worry, Vue.js will raise warnings for you when mustaches are used in wrong places.
4747

4848
## Binding Expressions
4949

0 commit comments

Comments
 (0)