Skip to content

Commit 2c91e2b

Browse files
authored
Update routing-properties.md
1 parent 22926d3 commit 2c91e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

16/umbraco-cms/reference/routing/routing-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ If you enter a value for this property and save/publish the content node you wil
2424

2525
## umbracoUrlAlias
2626

27-
This property when created as a text string lets you provide a comma separated list of alternate full URL paths for the node.\
28-
For example, if your URL was /some-category/some-page/content-node, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\
29-
The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like "flowers/roses/red".
27+
Using this alias on a Text String lets you provide a comma-separated list of alternate full URL paths for the node.
28+
For example, if your URL was `/some-category/some-page/content-node`, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to `/flowers`.
29+
The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like `flowers/roses/red`.
3030

3131
## Filtering
3232

0 commit comments

Comments
 (0)