Skip to content

Commit

Permalink
Merge pull request chaplinjs#631 from rsloan/master
Browse files Browse the repository at this point in the history
Correct collection_view docs typo
  • Loading branch information
paulmillr committed Jul 12, 2013
2 parents 834fb56 + af0bcc6 commit 876a472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chaplin.collection_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The `CollectionView` is responsible for displaying collections. For every item i

```coffeescript
filterer: (item, index) ->
item.get 'color' is 'red'
item.get('color') is 'red'

...

Expand Down

0 comments on commit 876a472

Please sign in to comment.