summaryrefslogtreecommitdiffstats
path: root/webapp/components/code_preview.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/code_preview.jsx')
-rw-r--r--webapp/components/code_preview.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/code_preview.jsx b/webapp/components/code_preview.jsx
index 852b26e25..46782cd2d 100644
--- a/webapp/components/code_preview.jsx
+++ b/webapp/components/code_preview.jsx
@@ -4,7 +4,7 @@
import $ from 'jquery';
import React from 'react';
-import * as SyntaxHighlighting from 'utils/syntax_hightlighting.jsx';
+import * as SyntaxHighlighting from 'utils/syntax_highlighting.jsx';
import Constants from 'utils/constants.jsx';
import FileInfoPreview from './file_info_preview.jsx';