Skip to content

Commit

Permalink
Merge pull request #4100 from HeroicEric/update-filter-docs
Browse files Browse the repository at this point in the history
[DOC] Replace reference to DS.Store.find
  • Loading branch information
bmac committed Jan 20, 2016
2 parents 73e4f3f + 19a975e commit 306ce45
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 @@ -1167,7 +1167,7 @@ Store = Service.extend({
still be in the array.
Optionally you can pass a query, which is the equivalent of calling
[find](#method_find) with that same query, to fetch additional records
[query](#method_query) with that same query, to fetch additional records
from the server. The results returned by the server could then appear
in the filter if they match the filter function.
Expand Down

0 comments on commit 306ce45

Please sign in to comment.