From a7abd83c57e251181d1b446a2f09adfcbc4ba662 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Tue, 8 Oct 2024 17:37:34 -0700 Subject: [PATCH] =?UTF-8?q?Typo=20fix:=20documentaiton=20=E2=86=92=20docum?= =?UTF-8?q?entation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #10767 --- share/functions/help.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/help.fish b/share/functions/help.fish index 2547b5cb4..06b793bf3 100644 --- a/share/functions/help.fish +++ b/share/functions/help.fish @@ -245,5 +245,5 @@ function help --description 'Show help for the fish shell' # Show the online URL anyway in case we did not manage to open something successfully. # (we can't check because we need to background it) - printf (_ 'help: If no help could be displayed, go to %s to view the documentaiton online.\n') $ext_url + printf (_ 'help: If no help could be displayed, go to %s to view the documentation online.\n') $ext_url end