Skip to content

Commit 03da04d

Browse files
committed
typo in settings group name
1 parent 4e8e7ce commit 03da04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import numbers
2929
from .QCodeEditor import QCodeEditor, Pylighter
3030

31-
Settings().register_group("snippest", "Snippets")
31+
Settings().register_group("snippets", "Snippets")
3232
Settings().register_setting("snippets.syntaxHighlight", """
3333
{
3434
"title" : "Syntax highlighting for snippets",

0 commit comments

Comments
 (0)