Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 96f24bf

Browse files
committed
Merge pull request #11302 from sprintr/pref-desc-typos
Fixed a few typos
2 parents 4f7be02 + 44a9c69 commit 96f24bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nls/root/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ define({
656656
"DESCRIPTION_CLOSE_OTHERS" : "False to remove the Close Others from the Working Files context menu",
657657
"DESCRIPTION_CLOSE_TAGS" : "Sets the tag closing options",
658658
"DESCRIPTION_CLOSE_TAGS_DONT_CLOSE_TAGS" : "An array of tags that should not be auto-closed",
659-
"DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close with > of opening tag is typed",
659+
"DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close when > of opening tag is typed",
660660
"DESCRIPTION_CLOSE_TAGS_WHEN_CLOSING" : "Close when / of closing tag is typed",
661661
"DESCRIPTION_CLOSE_TAGS_INDENT_TAGS" : "An array of tags that when opened has a blank line",
662662
"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "True to always generate collapsible section markers when indent level changes",
@@ -707,7 +707,7 @@ define({
707707
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "True to allow stupidity",
708708
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "True to allow inefficient subscripting",
709709
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "True to allow TODO comments",
710-
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parametersS",
710+
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parameters",
711711
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "True to allow more than 1 vars in a function",
712712
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "True to ignore white-space rules",
713713
"DESCRIPTION_LANGUAGE" : "Language specific settings",

0 commit comments

Comments
 (0)