Skip to content

Commit c20af01

Browse files
committed
Merge branch 'master' of github.com:vuejs/vuejs.org
2 parents f803125 + 38cebb9 commit c20af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ type: api
19961996
<li v-for="user in users | filterBy searchText in 'name' 'phone'"></li>
19971997
```
19981998

1999-
Multiple search keys with a dyanmic Array argument:
1999+
Multiple search keys with a dynamic Array argument:
20002000

20012001
``` html
20022002
<!-- fields = ['fieldA', 'fieldB'] -->

0 commit comments

Comments
 (0)