From d9a6fe18b9d5ff9158f228558af76e6deab68e0c Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sun, 2 Aug 2026 04:18:23 +0800 Subject: [PATCH] fix: correct 'occured' to 'occurred' in default notification title --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index cfad9a5..ab7c94d 100755 --- a/cli.js +++ b/cli.js @@ -13,7 +13,7 @@ const cli = meow( Options --title, -t Sets the title of the notification. - Default: "An error has occured" + Default: "An error has occurred" --message, -m Sets the message body of the notification. Default: "Check the terminal for more information" --icon, -i Sets an icon. Can be any absolute path.