mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 12:28:02 +00:00
Fixed 3 typos in the example in line 88 (#4207)
1. Removed closing square bracket after <currentTiddler> 2. Changed capital 'P' in addprefix 3. Added missing slash at the end
This commit is contained in:

committed by
Jeremy Ruston

parent
8d3dfdebe3
commit
990619b634
@@ -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={{{ [<currentTiddler>]addPrefix[$:/myprefix/]] }}}>
|
||||
<$text text={{{ [<currentTiddler>addprefix[$:/myprefix/]] }}} />
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user