Skip to content

Commit 8fa615a

Browse files
committed
fix typo in overlay.js
1 parent 8b74da2 commit 8fa615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ CodeMirror.overlayParser = function(base, overlay, combine) {
4646
indent: function(state, textAfter) {
4747
return base.indent(state.base, textAfter);
4848
},
49-
electricChars: base.electicChars
49+
electricChars: base.electricChars
5050
};
5151
};

0 commit comments

Comments
 (0)