From ca1cf7bb4112575c984625fbab68c41c32f7e8b1 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sun, 25 Apr 2021 09:24:02 +0200 Subject: [PATCH] MessageCatcher docs: corrected typo (#5632) --- editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid b/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid index 406c4cda5..60f2f23c3 100644 --- a/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid @@ -25,7 +25,7 @@ The message catcher widget |!Variables |!Description | |`event-*` |All string-based properties of the `event` object, with the names prefixed with `event-` | |`event-paramObject-*` |All string-based properties of the `event.paramObject` object, with the names prefixed with `event-paramObject-` | -|`modifier` |For messages that originated with browser events, the modifier keys that were pressed when the event was fired. The possible modifiers are ''norma'' (no modifiers), ''ctrl'', ''ctrl-alt'', ''ctrl-shift'', ''alt'', ''alt-shift'', ''shift'' and ''ctrl-alt-shift'' | +|`modifier` |For messages that originated with browser events, the modifier keys that were pressed when the event was fired. The possible modifiers are ''normal'' (no modifiers), ''ctrl'', ''ctrl-alt'', ''ctrl-shift'', ''alt'', ''alt-shift'', ''shift'' and ''ctrl-alt-shift'' | ! Example @@ -39,4 +39,4 @@ The message catcher widget Click on [[this link]] to fire an action. See the browser JavaScript console for the output -"""/> \ No newline at end of file +"""/>