diff options
| author | jogo- <jogo@laposte.net> | 2022-08-16 20:58:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 20:58:58 +0200 |
| commit | f4d5632901920979b78c9c952aa78d5dd9189bf7 (patch) | |
| tree | db37b719b7229ee86094857403c040c37e5a9dfe /README.md | |
| parent | fda0f932aede1ceeca65143e14c8906308141a48 (diff) | |
| download | doxdocgen-f4d5632901920979b78c9c952aa78d5dd9189bf7.tar.gz | |
Fix typo in README.md and package.json (#295)
* Fix typo in README.md
* Fix typo in package.json
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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, } ``` |