Skip to content

Commit 5e6aeba

Browse files
committed
update phrasing in render functions guide
1 parent 367d0b6 commit 5e6aeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Wherever something can be easily accomplished in plain JavaScript, Vue render fu
220220
<p v-else>No items found.</p>
221221
```
222222

223-
This could be rewritten with JavaScript's `if-else` and `map` in a render function:
223+
This could be rewritten with JavaScript's `if`/`else` and `map` in a render function:
224224

225225
``` js
226226
render: function (createElement) {

0 commit comments

Comments
 (0)