Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4155b68

Browse files
committedOct 22, 2015
fix typo on api
1 parent f923c1a commit 4155b68

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)
Please sign in to comment.