Skip to content

Commit bf0ac31

Browse files
Marcel Gerberficristo
authored andcommitted
Fix root strings (adobe#13435)
1 parent 960997e commit bf0ac31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ define({
759759
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS" : "Additional mappings from file extension to language name",
760760
"DESCRIPTION_LANGUAGE_FILE_NAMES" : "Additional mappings from file name to language name",
761761
"DESCRIPTION_LINEWISE_COPY_CUT" : "Doing copy and cut when there's no selection will copy or cut the whole lines that have cursors in them",
762-
"DESCRIPTION_INPUT_STYLE" : "Selects the way CodeMirror handles input and focus. It cans be textarea, which is the default, or contenteditable which is better for screen readers (unstable)",
762+
"DESCRIPTION_INPUT_STYLE" : "Selects the way CodeMirror handles input and focus. It can be textarea, which is the default, or contenteditable which is better for screen readers (unstable)",
763763
"DESCRIPTION_LINTING_ENABLED" : "true to enable Code Inspection",
764764
"DESCRIPTION_ASYNC_TIMEOUT" : "The time in milliseconds after which asynchronous linters time out",
765765
"DESCRIPTION_LINTING_PREFER" : "Array of linters to run first",

0 commit comments

Comments
 (0)