Skip to content

Commit

Permalink
Fix: rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Aug 9, 2024
1 parent 5d0b5c9 commit 02142d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/models/finding-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The EmberData store provides an interface for retrieving records of a single typ
### Retrieving a Single Record

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.
This will return a response from the server which has a requested record:
This will return a single `record` or a `array` depends upon the response from server:

```javascript
// GET /blog-post/1
Expand Down

0 comments on commit 02142d4

Please sign in to comment.