Skip to content

Commit 38cebb9

Browse files
committed
Merge pull request #150 from hashrock/patch-1
fix typo on api
2 parents f923c1a + 4155b68 commit 38cebb9

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
@@ -1986,7 +1986,7 @@ type: api
19861986
<li v-for="user in users | filterBy searchText in 'name' 'phone'"></li>
19871987
```
19881988

1989-
Multiple search keys with a dyanmic Array argument:
1989+
Multiple search keys with a dynamic Array argument:
19901990

19911991
``` html
19921992
<!-- fields = ['fieldA', 'fieldB'] -->

0 commit comments

Comments
 (0)