Skip to content

Commit

Permalink
Docs: fixing request->record typo
Browse files Browse the repository at this point in the history
Followup to emberjs#6181.
  • Loading branch information
ef4 authored and pliljegr committed Jul 23, 2019
1 parent b1c1a81 commit bdf4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/addon/-private/system/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ const Model = EmberObject.extend(Evented, {

/**
Unloads the record from the store. This will not send a delete request
to your server, it just unloads the request from memory.
to your server, it just unloads the record from memory.
@method unloadRecord
*/
Expand Down

0 comments on commit bdf4b80

Please sign in to comment.