diff options
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. */ |