Skip to content

Commit

Permalink
Merge pull request #4442 from jtrees/master
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
bmac authored Jun 23, 2016
2 parents db58d93 + d598835 commit 32d5e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/model/states.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function didSetProperty(internalModel, context) {
// `inFlight`: the store has handed off the record to be saved,
// but the adapter has not yet acknowledged success.
// `invalid`: the record has invalid information and cannot be
// send to the adapter yet.
// sent to the adapter yet.
var DirtyState = {
initialState: 'uncommitted',

Expand Down

0 comments on commit 32d5e57

Please sign in to comment.