Skip to content

Commit f522c64

Browse files
committed
Merge pull request #126 from SERVANT14/patch-4
Typo fix
2 parents 245e997 + 452b586 commit f522c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Now the item will only match if the value of `searchText` is found in its `name`
125125
Starting in 0.12.11 you can pass in multiple data keys:
126126

127127
``` html
128-
<li v-repeat="user in uers | filterBy searchText in 'name' 'phone'"></li>
128+
<li v-repeat="user in users | filterBy searchText in 'name' 'phone'"></li>
129129
```
130130

131131
Or pass in a dynamic argument with an Array value:

0 commit comments

Comments
 (0)