Skip to content

Commit 20e8956

Browse files
committed
fix: fix typo in help
1 parent e2cca70 commit 20e8956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const cli = meow(`
1717
--message, -m Sets the message body of the notification.
1818
Default: "Check the terminal for more information"
1919
--icon, -i Sets an icon. Can be any absolute path.
20-
--sound, -s Define which sound do use.
20+
--sound, -s Define which sound to use.
2121
Use "mute" to disable default sound notification.
2222
Options: Mute, Basso, Blow, Bottle, Frog, Funk, Glass, Hero,
2323
Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ onerror --help
7474
--message, -m Sets the message body of the notification.
7575
Default: "Check the terminal for more information"
7676
--icon, -i Sets an icon. Can be any absolute path.
77-
--sound, -s Define which sound do use.
77+
--sound, -s Define which sound to use.
7878
Use "mute" to disable default sound notification.
7979
Options: Mute, Basso, Blow, Bottle, Frog, Funk, Glass, Hero,
8080
Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink

0 commit comments

Comments
 (0)