Skip to content

Commit

Permalink
Merge pull request #3949 from alexspeller/fix-peekAll-doc
Browse files Browse the repository at this point in the history
Fix incorrect reference in store api docs
  • Loading branch information
bmac committed Nov 22, 2015
2 parents 15bb4b2 + f23f02f commit 0a1d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ Store = Service.extend({
locally created records of the type, however, it will not make a
request to the backend to retrieve additional records. If you
would like to request all the records from the backend please use
[store.find](#method_find).
[store.findAll](#method_findAll).
Also note that multiple calls to `peekAll` for a given type will always
return the same `RecordArray`.
Expand Down

0 comments on commit 0a1d7f3

Please sign in to comment.