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

@ -1,7 +1,7 @@
---@toc_entry Iferr
---@tag gopher.nvim-iferr
---@text if you're using `iferr` tool, this module provides a way to automatically insert `if err != nil` check.
---@usage execute `:GoIfErr` near any err variable to insert the check
---@text If you're using `iferr` tool, this module provides a way to automatically insert `if err != nil` check.
---@usage Execute `:GoIfErr` near any `err` variable to insert the check
local c = require "gopher.config"
local log = require "gopher._utils.log"