summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin.chausse@goto.com>2025-03-26 17:22:17 -0400
committerBenjamin Chausse <benjamin.chausse@goto.com>2025-03-26 17:22:17 -0400
commit74e0ad939efc8447366290057daa32272a312782 (patch)
tree30e12cadfb5cf258d68bb060f08d8b73d9145bde /internal
parent091c845c79b0aaf031e2fbbeaa91edb45d8d0272 (diff)
parent94aac2acdf50adb7232acce3316bbf90b269cbf1 (diff)
Merge branch 'better-help' of gh-priv:ChausseBenjamin/termpicker into better-help
Diffstat (limited to 'internal')
-rw-r--r--internal/documentation/documentation.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/documentation/documentation.go b/internal/documentation/documentation.go
index c1db2c2..3744eb0 100644
--- a/internal/documentation/documentation.go
+++ b/internal/documentation/documentation.go
@@ -1,12 +1,12 @@
/*
* This package isn't the actual termpicker app.
* To avoid importing packages which aren't needed at runtime,
- * some auto-generation functionnalities is offloaded to here so
+ * some auto-generation functionalities is offloaded to here so
* it can be done with access to the rest of the code-base but
* 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.
*/