all: fix typos in documentation files (#23822)

This commit is contained in:
kilavvy 2025-02-28 00:42:55 +01:00 committed by GitHub
parent ff93ccb29d
commit 8aef3c72b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -665,7 +665,7 @@ pub fn (fm FlagMapper) to_doc(dc DocConfig) !string {
docs << '${name_and_version}'
}
// Resolve the desciption if visible
// Resolve the description if visible
if dc.options.show.has(.description) {
mut description := ''
// Set the description from any `xdoc` (or user defined) from *struct*