Skip to content

Commit f86a545

Browse files
authored
Improved Navigation Overview docs wordings
1 parent be9ab61 commit f86a545

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ff-concepts/navigation-routing/nav-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ This action involves navigating to a new screen by pushing a new route onto the
6363

6464
**What Happens Under the Hood:**
6565

66-
- When you push a route, a new screen is placed on top of the current stack. This means the current screen is still in the stack but is not visible to the user.
66+
- When you push a route, a new screen is placed on top of the current stack. This means the previous screen is still in the stack but is not visible to the user.
6767
- The new screen becomes the active screen that the user interacts with.
6868

6969
:::info
7070

71-
Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
71+
Learn more about adding this action in the [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
7272

7373
:::
7474

@@ -83,7 +83,7 @@ This action involves navigating back to the previous screen by popping the curre
8383

8484
:::info
8585

86-
Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-back-action).
86+
Learn more about adding this action in the [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-back-action).
8787

8888
:::
8989

@@ -98,6 +98,6 @@ This action involves replacing the current route with a new route. Unlike pushin
9898
:::info
9999

100100
- This is useful when you want to prevent the user from navigating back to the previous screen.
101-
- This action is essentially the **Navigate To** action with the **Replace Route** option enabled. Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
101+
- This action is essentially the **Navigate To** action with the **Replace Route** option enabled. Learn more about adding this action [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
102102

103-
:::
103+
:::

0 commit comments

Comments
 (0)