You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/docs/6.x/navigation-hub.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ class _MyNavigationHubState extends NavigationHub<MyNavigationHub> {
225
225
);
226
226
```
227
227
228
-
If you want to use the jounrey navigation layout, your **widgets** should use `JourenyState` as it contains a lot of helper methods to help you manage the journey.
228
+
If you want to use the journey navigation layout, your **widgets** should use `JourenyState` as it contains a lot of helper methods to help you manage the journey.
229
229
230
230
You can create a JourneyState using the below command.
231
231
@@ -535,7 +535,7 @@ Here are a list of the properties you can use in the `buildJourneyContent` metho
535
535
<divid="journey-state-helper-methods"></div>
536
536
<br>
537
537
538
-
### JounreyState Helper Methods
538
+
### JourneyState Helper Methods
539
539
540
540
The `JourneyState` class has some helper methods that you can use to customize the behavior of your journey.
0 commit comments