Skip to content

Commit 2f22b6d

Browse files
authored
Fix UFM filter syntax in example
1 parent e13ce87 commit 2f22b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/umbraco-flavored-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The syntax for UFM filters uses a pipe character `|` (Vertical Line). Multiple f
5252
To display a rich text value, stripping out the HTML markup and limiting it to the first 15 words could use the following filters:
5353

5454
```markdown
55-
{umbValue: bodyText | strip-html | word-limit:15}
55+
{umbValue: bodyText | stripHtml | wordLimit:15}
5656
```
5757

5858
The following UFM filters are available to use.

0 commit comments

Comments
 (0)