Skip to content

Commit a62b914

Browse files
authored
Update template-syntax.md (vuejs#3054)
changed remove / insert to remove or insert, coz it feels like you're trying to remove '/', insert insert the <p>
1 parent 96b9b7c commit a62b914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Directive attribute values are expected to be single JavaScript expressions (wit
193193
<p v-if="seen">Now you see me</p>
194194
```
195195

196-
Here, the `v-if` directive would remove / insert the `<p>` element based on the truthiness of the value of the expression `seen`.
196+
Here, the `v-if` directive would remove or insert the `<p>` element based on the truthiness of the value of the expression `seen`.
197197

198198
### Arguments {#arguments}
199199

0 commit comments

Comments
 (0)