Skip to content

Commit 452b586

Browse files
committed
Typo fix
1 parent 245e997 commit 452b586

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)