Skip to content

Commit 4db4746

Browse files
committed
fix: typo
1 parent 08a04ba commit 4db4746

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/editorManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import initColorView from "ace/colorView";
22
import { deactivateColorView } from "ace/colorView";
33
import { setCommands, setKeyBindings } from "ace/commands";
4-
import AceRainbowBrackets from "ace/rainbowBracktes";
4+
import AceRainbowBrackets from "ace/rainbowBrackets";
55
import touchListeners from "ace/touchHandler";
66
import { scrollAnimationFrame } from "ace/touchHandler";
77
import list from "components/collapsableList";

0 commit comments

Comments
 (0)