Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 89adb73

Browse files
committed
fix typos
1 parent a17a802 commit 89adb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/default/CSSShapesEditor/LiveEditorLocalDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ define(function (require, exports, module) {
112112
return deferred.reject().promise();
113113
}
114114

115-
_cache.model = undefined; // do not move in _reset(), otherwhise the _reconnect() scenario miss the cache and fail
115+
_cache.model = undefined; // do not move in _reset(), otherwhise the _reconnect() scenario misses the cache and fails
116116
_reset();
117117
var expr = _namespace + ".remove()";
118118
return _call(expr);

0 commit comments

Comments
 (0)