From da6f381140a617d3bbde21e5e9c5997b89230230 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 26 Mar 2025 14:17:41 -0400 Subject: Update internal/documentation/documentation.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/documentation/documentation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3