Skip to content

Commit 3983d2c

Browse files
fiki2002ferrarafer
authored andcommitted
Update 03-navigation-basics.md
Corrected a wrong spelling from Suppllied to supplied
1 parent 3f63158 commit 3983d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/03-navigation-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ More advanced docs and tutorials for navigation are coming soon.
112112

113113
### Custom Transitions
114114

115-
In Flutter the `MaterialRoute` and `CupertinoRoute` has pre-defined transitions. To supply your own transition you have to use a `CustomRoute`. Stacked allows you to do that. The transition can be suppllied to the `StackedApp` to ensure any navigation to this view uses the supplied transition, or it can be supplied when navigating to the view.
115+
In Flutter the `MaterialRoute` and `CupertinoRoute` has pre-defined transitions. To supply your own transition you have to use a `CustomRoute`. Stacked allows you to do that. The transition can be supplied to the `StackedApp` to ensure any navigation to this view uses the supplied transition, or it can be supplied when navigating to the view.
116116

117117
**Supplied at App Level**
118118

@@ -198,4 +198,4 @@ await _navigationService.navigateTo(
198198

199199
## We're ready for the Web 🚀
200200

201-
Master Flutter on the web with the official [Flutter Web Course](https://masterflutterweb.carrd.co/)
201+
Master Flutter on the web with the official [Flutter Web Course](https://masterflutterweb.carrd.co/)

0 commit comments

Comments
 (0)