Skip to content

Commit

Permalink
[go_router] Fix a typo in a comment in the shell_route.dart (#8235)
Browse files Browse the repository at this point in the history
Fixed a typo in a comment in the shell_route.dart.
  • Loading branch information
ultraon authored Dec 12, 2024
1 parent a77fb81 commit 5e141f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go_router/example/lib/shell_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ShellRouteExampleApp extends StatelessWidget {
},
routes: <RouteBase>[
// The details screen to display stacked on the inner Navigator.
// This will cover screen A but not the application shell.
// This will cover screen C but not the application shell.
GoRoute(
path: 'details',
builder: (BuildContext context, GoRouterState state) {
Expand Down

0 comments on commit 5e141f0

Please sign in to comment.