diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-26 14:17:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-26 14:17:49 -0400 |
commit | 94aac2acdf50adb7232acce3316bbf90b269cbf1 (patch) | |
tree | 468edba54260f52516c16ae032d7b5dc33324e2f /internal | |
parent | da6f381140a617d3bbde21e5e9c5997b89230230 (diff) |
Update internal/documentation/documentation.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'internal')
-rw-r--r-- | internal/documentation/documentation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/documentation/documentation.go b/internal/documentation/documentation.go index 7a5c9f9..1253df7 100644 --- a/internal/documentation/documentation.go +++ b/internal/documentation/documentation.go @@ -6,7 +6,7 @@ * without bloating the final binary. For example, * generating bash+zsh auto-completion scripts isn't needed in * the final binary if those script are generated before hand. - * Same gose for manpages. This file is meant to be run automatically + * Same goes for manpages. This file is meant to be run automatically * to easily package new releases. Same goes for manpages which is the * only feature currently in here. */ |