diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-26 14:17:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-26 14:17:41 -0400 |
commit | da6f381140a617d3bbde21e5e9c5997b89230230 (patch) | |
tree | 2de4f43469d2542e56e3379e565b5028a9f353e6 /internal | |
parent | ee994af6151654045e9a2543e360d2554fc4f851 (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 af4b302..7a5c9f9 100644 --- a/internal/documentation/documentation.go +++ b/internal/documentation/documentation.go @@ -1,7 +1,7 @@ /* * 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 |