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 96b9b7c commit a62b914Copy full SHA for a62b914
src/guide/essentials/template-syntax.md
@@ -193,7 +193,7 @@ Directive attribute values are expected to be single JavaScript expressions (wit
193
<p v-if="seen">Now you see me</p>
194
```
195
196
-Here, the `v-if` directive would remove / insert the `<p>` element based on the truthiness of the value of the expression `seen`.
+Here, the `v-if` directive would remove or insert the `<p>` element based on the truthiness of the value of the expression `seen`.
197
198
### Arguments {#arguments}
199
0 commit comments