Skip to content

Commit 2998490

Browse files
committed
Fix description in autodetect plugin
1 parent 66bf142 commit 2998490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/autodetect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Autodetect the language live and change the `lang` attribute using the syntax highlighter's
3-
* autodetect capabilities. Works with highlight.js.Display a popup under the caret using the text in the code-input element. This works well with autocomplete suggestions.
3+
* autodetect capabilities. Works with highlight.js.
44
* Files: autodetect.js
55
*/
66
codeInput.plugins.Autodetect = class extends codeInput.Plugin {

0 commit comments

Comments
 (0)