Skip to content

Commit 038aa89

Browse files
committed
fix typo
1 parent 40b4d5d commit 038aa89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/docs/6.x/navigation-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class _MyNavigationHubState extends NavigationHub<MyNavigationHub> {
225225
);
226226
```
227227

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.
229229

230230
You can create a JourneyState using the below command.
231231

@@ -535,7 +535,7 @@ Here are a list of the properties you can use in the `buildJourneyContent` metho
535535
<div id="journey-state-helper-methods"></div>
536536
<br>
537537

538-
### JounreyState Helper Methods
538+
### JourneyState Helper Methods
539539

540540
The `JourneyState` class has some helper methods that you can use to customize the behavior of your journey.
541541

0 commit comments

Comments
 (0)