Skip to content

Commit

Permalink
docs: fix typo termainal -> terminal (#4514)
Browse files Browse the repository at this point in the history
Co-authored-by: Shad <stephane.pontier@sfr.com>
  • Loading branch information
shadowwa and Shad committed Feb 13, 2023
1 parent 8c0d3ef commit 59a942d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
"colors.enable": {
"type": "boolean",
"scope": "language-overridable",
"description": "Enable colors highlight feature, for termainal vim, 'termguicolors' option should be enabled and the termainal support gui colors.",
"description": "Enable colors highlight feature, for terminal vim, 'termguicolors' option should be enabled and the terminal support gui colors.",
"default": false
},
"colors.filetypes": {
Expand Down
4 changes: 2 additions & 2 deletions doc/coc-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Colors~
*coc-config-colors*
"colors.enable" *coc-config-colors-enable*

Enable colors highlight feature, for termainal vim, 'termguicolors'
option should be enabled and the termainal support gui colors.
Enable colors highlight feature, for terminal vim, 'termguicolors'
option should be enabled and the terminal support gui colors.

Scope: `language-overridable`, default: `false`

Expand Down

0 comments on commit 59a942d

Please sign in to comment.