From fb4396ac6e21cffc1583b13f5f3a5c3ee9a5c50f Mon Sep 17 00:00:00 2001 From: Terry Brown Date: Sun, 6 Mar 2022 19:40:56 -0600 Subject: [PATCH] Missing trailing > --- Custom-widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-widget.md b/Custom-widget.md index 9a477d2..b656709 100644 --- a/Custom-widget.md +++ b/Custom-widget.md @@ -25,7 +25,7 @@ const TPL = `
-`; class WordCountWidget extends api.NoteContextAwareWidget { get position() { return 100; } // higher value means position towards the bottom/right