Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolo committed Sep 27, 2022
1 parent f5f821b commit a08f136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 5.1.0

- Adds support for customizing the nested navigation of ShellRoute, to support things like
- Adds support for customising the nested navigation of `ShellRoute`, to support things like
preserving state in nested navigators (flutter/flutter#99124).

## 5.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ An example to demonstrate how to use a `Shell Route` to create stateful nested n
`BottomNavigationBar`.

## [Stateful Nested Navigation](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/nested_navigation_shell_route.dart)
`flutter run lib/sub_routes.dart`
`flutter run lib/nested_navigation_shell_route.dart`

An example to demonstrate how to use handle a sign-in flow with a stream authentication service.

Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/lib/src/route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class GoRoute extends RouteBase {
///
/// To delegate nested navigation handling entirely to a child of this route,
/// specify [nestedNavigationBuilder] instead of [builder] or [pageBuilder].
/// Doing so means no [Navigator] will be built by this route. This in
/// Doing so means no [Navigator] will be built by this route. This is
/// convenient when for instance implementing a UI with a [BottomNavigationBar],
/// with a persistent navigation state for each tab (i.e. building a [Navigator]
/// for each tab).
Expand Down

0 comments on commit a08f136

Please sign in to comment.