Skip to content

Commit

Permalink
Merge pull request #5070 from MichalBryxi/store-filter-doc
Browse files Browse the repository at this point in the history
[DOC release] Update doc for deprecated function.
  • Loading branch information
stefanpenner authored Jul 15, 2017
2 parents 478e5aa + ed88e8c commit aea8dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const {
Note: When creating a new record using any of the above methods
Ember Data will update `DS.RecordArray`s such as those returned by
`store#peekAll()`, `store#findAll()` or `store#filter()`. This means any
`store#peekAll()` or `store#findAll()`. This means any
data bindings or computed properties that depend on the RecordArray
will automatically be synced to include the new or updated record
values.
Expand Down

0 comments on commit aea8dfa

Please sign in to comment.