You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/release/models/finding-records.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The EmberData store provides an interface for retrieving records of a single typ
3
3
### Retrieving a Single Record
4
4
5
5
Use [`findRecord()`](https://api.emberjs.com/ember-data/5.3/functions/@ember-data%2Fjson-api%2Frequest/findRecord) to retrieve a record by its type and ID.
6
-
This will return a response from the server which has a requested record:
6
+
This will return a single `record` or a `array` depends upon the response from server:
0 commit comments