From 990619b63499bcc6934fcff11dfe64f75bedcedb Mon Sep 17 00:00:00 2001 From: StefanSTFG <54553152+StefanSTFG@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:10:00 +0200 Subject: [PATCH] Fixed 3 typos in the example in line 88 (#4207) 1. Removed closing square bracket after 2. Changed capital 'P' in addprefix 3. Added missing slash at the end --- editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid index f53b423a1..d491a8700 100644 --- a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid @@ -85,6 +85,6 @@ Filtered attribute values are indicated with triple curly braces around a [[Filt This example shows how to add a prefix to a value: ``` -<$text text={{{ []addPrefix[$:/myprefix/]] }}}> +<$text text={{{ [addprefix[$:/myprefix/]] }}} /> ```