summaryrefslogtreecommitdiff
path: root/internal/documentation/documentation.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/documentation/documentation.go')
-rw-r--r--internal/documentation/documentation.go2
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.
*/