From 6159eb91bd41918dc3e1bd3dd3bfcd2ba8de286b Mon Sep 17 00:00:00 2001 From: amtoine Date: Fri, 31 Mar 2023 19:22:08 +0200 Subject: [PATCH] fix a typo This should make the CI typo checker happy. --- crates/nu-utils/standard_library/std.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-utils/standard_library/std.nu b/crates/nu-utils/standard_library/std.nu index 9b738339f..e3219754d 100644 --- a/crates/nu-utils/standard_library/std.nu +++ b/crates/nu-utils/standard_library/std.nu @@ -415,8 +415,8 @@ def check-clipboard [ # # Examples: # put a simple string to the clipboard, will be stripped to remove ANSI sequences -# >_ "my wonderfull string" | clip -# my wonderfull string +# >_ "my wonderful string" | clip +# my wonderful string # saved to clipboard (stripped) # # put a whole table to the clipboard