mirror of
https://github.com/nushell/nushell.git
synced 2025-01-12 01:09:05 +01:00
fix a typo
This should make the CI typo checker happy.
This commit is contained in:
parent
58c227e8ff
commit
6159eb91bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user