From a01dc6cb3dc56569c7a48dc2145d401df16b5255 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Mon, 18 Mar 2019 13:40:15 +0100 Subject: [PATCH] Docs: Typo --- ...idgetSubclassingMechanism => WidgetSubclassingMechanism.tid} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename editions/dev/tiddlers/new/{WidgetSubclassingMechanism => WidgetSubclassingMechanism.tid} (97%) diff --git a/editions/dev/tiddlers/new/WidgetSubclassingMechanism b/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid similarity index 97% rename from editions/dev/tiddlers/new/WidgetSubclassingMechanism rename to editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid index 734d2a309..3f39d4e3a 100644 --- a/editions/dev/tiddlers/new/WidgetSubclassingMechanism +++ b/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid @@ -4,7 +4,7 @@ title: WidgetSubclassingMechanism !! Introduction -The widget subclassing mechanism allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made availabel as a new widget +The widget subclassing mechanism allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made available as a new widget Widget subclasses are defined in modules of module-type `widget-subclass`. They should export the following properties: