Skip to content

Commit 5afdf1d

Browse files
committed
Merge pull request vuejs#112 from yanxyz/patch-1
fix typo
2 parents 59836b8 + faa2cd1 commit 5afdf1d

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
@@ -117,7 +117,7 @@ Optionally, you can narrow down which specific property to search in with the op
117117
</ul>
118118
```
119119

120-
Now the item will only match if the value of `searchText` is found in its `name` property. Note here we need to quote `name` to indicate its a literal string argument. With this limitation, `searchText` with value `'555'` will no longer match this item, but `'Jack'` will.
120+
Now the item will only match if the value of `searchText` is found in its `name` property. Note here we need to quote `name` to indicate it's a literal string argument. With this limitation, `searchText` with value `'555'` will no longer match this item, but `'Jack'` will.
121121

122122
> New in 0.12.11
123123

0 commit comments

Comments
 (0)