summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bdfc729..9733cbe 100644
--- a/README.md
+++ b/README.md
@@ -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,
}
```