Skip to content

Commit 5e141f0

Browse files
authored
[go_router] Fix a typo in a comment in the shell_route.dart (#8235)
Fixed a typo in a comment in the shell_route.dart.
1 parent a77fb81 commit 5e141f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/go_router/example/lib/shell_route.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class ShellRouteExampleApp extends StatelessWidget {
8787
},
8888
routes: <RouteBase>[
8989
// The details screen to display stacked on the inner Navigator.
90-
// This will cover screen A but not the application shell.
90+
// This will cover screen C but not the application shell.
9191
GoRoute(
9292
path: 'details',
9393
builder: (BuildContext context, GoRouterState state) {

0 commit comments

Comments
 (0)