diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -239,7 +239,7 @@ Each of them can be configured with its own custom text and you can decide if th // Provide intellisense and snippet for doxygen commands "doxdocgen.generic.commandSuggestion": true, - // Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion) + // Add `\\` in doxygen command suggestion for better readability (need to enable commandSuggestion) "doxdocgen.generic.commandSuggestionAddPrefix": false, } ``` diff --git a/package.json b/package.json index 460ff7e..a2c5144 100644 --- a/package.json +++ b/package.json @@ -243,7 +243,7 @@ "default": true }, "doxdocgen.generic.commandSuggestionAddPrefix": { - "markdownDescription": "Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion)", + "markdownDescription": "Add `\\` in doxygen command suggestion for better readability (need to enable commandSuggestion)", "type": "boolean", "default": false } |