Skip to content

Commit 6af8b4a

Browse files
committed
fix typo
1 parent f996217 commit 6af8b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apiDocAutocompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class apiDocAutocompletion(sublime_plugin.EventListener):
1515
("@apiErrorExample\tapiDoc", "@apiErrorExample ${1:[{type\}]} ${2:[title]}\n* ${3:example}"),
1616
("@apiExample\tapiDoc", "@apiExample ${1:[{type\}]} ${2:title}\n* ${3:example}"),
1717
("@apiGroup\tapiDoc", "@apiGroup ${1:name}"),
18-
("@apiHeader\taiDoc", "@apiHeader ${1:[(group)]} ${2:[{type\}]} ${3:[field=defaultValue]} ${4:[description]}"),
18+
("@apiHeader\tapiDoc", "@apiHeader ${1:[(group)]} ${2:[{type\}]} ${3:[field=defaultValue]} ${4:[description]}"),
1919
("@apiHeaderExample\tapiDoc", "@apiHeaderExample ${1:[{type\}]} ${2:[title]}\n* ${3:example}"),
2020
("@apiIgnore\tapiDoc", "@apiIgnore ${1:[hint]}"),
2121
("@apiName\tapiDoc", "@apiName ${1:name}"),

0 commit comments

Comments
 (0)