Skip to content

Commit

Permalink
Docs: fixing request->record typo (#6196)
Browse files Browse the repository at this point in the history
Docs: fixing request->record typo
  • Loading branch information
rwjblue authored Jun 26, 2019
2 parents 1c366f5 + b1cb86f commit b65266c
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 b65266c

Please sign in to comment.