Skip to content

Commit 92e7821

Browse files
authored
docs: add missing backticks (#862)
1 parent bc61640 commit 92e7821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.get-started/5.watch-outs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Instead, Ionic expects `<ion-router-outlet>` to show the route component, and `u
2626
- The root element of every page must always be `<ion-page>`.
2727
::
2828

29-
This is required by Ionic to set up page transitions and stack navigation. Each view that is navigated to using the router must include an <ion-page> component.
29+
This is required by Ionic to set up page transitions and stack navigation. Each view that is navigated to using the router must include an `<ion-page>` component.
3030

3131
::list{type="warning"}
3232
- When navigating from a tabbed route to a non-tabbed route, `route.params` from the auto-imported `useRoute()` will always be an empty object.

0 commit comments

Comments
 (0)