From f23f02fd6684faaeb2918a08b03c7e41fde9f755 Mon Sep 17 00:00:00 2001 From: Alex Speller Date: Sun, 22 Nov 2015 03:29:22 +0000 Subject: [PATCH] Fix incorrect reference --- addon/system/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/system/store.js b/addon/system/store.js index d112e667562..3ee59aabb4f 100644 --- a/addon/system/store.js +++ b/addon/system/store.js @@ -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`.