From 4f010d77e8a0ea221a7f06a79689c1270ce51299 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 14 Apr 2024 16:06:43 -0400 Subject: [PATCH] typo --- shared/naturalcrit/codeEditor/codeEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index 8e0726d52..c5e7ba948 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -37,7 +37,7 @@ if(typeof window !== 'undefined'){ //XML code folding is a requirement of the auto-closing tag feature and is not enabled require('codemirror/addon/fold/xml-fold.js'); require('codemirror/addon/edit/closetag.js'); - //Autoccompletion + //Autocompletion require('codemirror/addon/hint/show-hint.js'); const foldCode = require('./fold-code');