From 8cca05af4008616b43662895bb3d22490f18de18 Mon Sep 17 00:00:00 2001 From: Shawn Makinson Date: Wed, 11 Dec 2024 15:47:00 -0500 Subject: [PATCH] docs: spelling --- ui/src/plugins/notify/Notify.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/plugins/notify/Notify.json b/ui/src/plugins/notify/Notify.json index 89a79474840..d71fdb5b6bf 100644 --- a/ui/src/plugins/notify/Notify.json +++ b/ui/src/plugins/notify/Notify.json @@ -187,7 +187,7 @@ }, "...": { "type": "Any", - "desc": "Any other QBtn prop expect 'onClick' (use 'handler' instead, only possible with UI config)", + "desc": "Any other QBtn prop except 'onClick' (use 'handler' instead, only possible with UI config)", "examples": [ "label: 'Learn more'", "color: 'primary'" ] } }, @@ -405,7 +405,7 @@ }, "...": { "type": "Any", - "desc": "Any other QBtn prop expect 'onClick' (use 'handler' instead)", + "desc": "Any other QBtn prop except 'onClick' (use 'handler' instead)", "examples": [ "label: 'Learn more'", "color: 'primary'" ] } },