From 5d8e0be118c7a5b843048b99042ae7f94faf3172 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:54:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20occured=E2=86=92occurred=20typ?= =?UTF-8?q?o=20in=20CLI=20error=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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.