fix: typos (#82)

* docs(gotests): update and fix

* fix(health): typos

* docs(impl): update and fix typos

* docs(config): typos

* docs(iferr): update

* typos

* docs(struct_tags): update

* docs: fix typos

* docs: Capitalization

* docgen
This commit is contained in:
Smirnov Oleksandr 2025-02-25 14:08:15 +02:00 committed by GitHub
parent cd8a5efc88
commit 837897a79d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 96 additions and 86 deletions

View file

@ -29,7 +29,7 @@ local config = {}
local default_config = {
--minidoc_replace_end
-- log level, you might consider using DEBUG or TRACE for degugging the plugin
-- log level, you might consider using DEBUG or TRACE for debugging the plugin
---@type number
log_level = vim.log.levels.INFO,
@ -66,10 +66,9 @@ local default_config = {
---@private
local _config = default_config
-- I am kinda secret so don't tell anyone about me
-- even dont use me
-- I am kinda secret so don't tell anyone about me even dont use me
--
-- if you don't belive me that i am secret see
-- if you don't believe me that i am secret see
-- the line below it says @private
---@private
_config.___plugin_name = "gopher.nvim" ---@diagnostic disable-line: inject-field