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(-) (limited to 'internal/documentation') 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 From 94aac2acdf50adb7232acce3316bbf90b269cbf1 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 26 Mar 2025 14:17:49 -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(-) (limited to 'internal/documentation') 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. */ -- cgit v1.2.3