Skip to content

Commit b1b9221

Browse files
committed
Fixed typo
1 parent bcd04a2 commit b1b9221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ $scope.books = [
361361
</li>
362362
```
363363
###fuzzyBy
364-
fuzzy string searching(approximate string matching) by property(nested to). [Ream more](http://en.wikipedia.org/wiki/Approximate_string_matching)<br/>
364+
fuzzy string searching(approximate string matching) by property(nested to). [Read more](http://en.wikipedia.org/wiki/Approximate_string_matching)<br/>
365365
usage: ```collection | fuzzyBy: 'property': search: caseSensitive[optional]```
366366
```js
367367
$scope.books = [

0 commit comments

Comments
 (0)