mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 00:58:14 +02:00
fix a typo
This should make the CI typo checker happy.
This commit is contained in:
@ -415,8 +415,8 @@ def check-clipboard [
|
|||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
# put a simple string to the clipboard, will be stripped to remove ANSI sequences
|
# put a simple string to the clipboard, will be stripped to remove ANSI sequences
|
||||||
# >_ "my wonderfull string" | clip
|
# >_ "my wonderful string" | clip
|
||||||
# my wonderfull string
|
# my wonderful string
|
||||||
# saved to clipboard (stripped)
|
# saved to clipboard (stripped)
|
||||||
#
|
#
|
||||||
# put a whole table to the clipboard
|
# put a whole table to the clipboard
|
||||||
|
Reference in New Issue
Block a user