From d5988350e7e11c33bfec2ec3e795ae192799ccf7 Mon Sep 17 00:00:00 2001 From: Joshua Trees Date: Thu, 23 Jun 2016 11:35:46 +0200 Subject: [PATCH] Fix typo in comment --- addon/-private/system/model/states.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/-private/system/model/states.js b/addon/-private/system/model/states.js index d4c650a1f0d..234dc0e4fd9 100644 --- a/addon/-private/system/model/states.js +++ b/addon/-private/system/model/states.js @@ -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',