From f4d5632901920979b78c9c952aa78d5dd9189bf7 Mon Sep 17 00:00:00 2001 From: jogo- Date: Tue, 16 Aug 2022 20:58:58 +0200 Subject: Fix typo in README.md and package.json (#295) * Fix typo in README.md * Fix typo in package.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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, } ``` -- cgit v1.2.3