We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d311478 commit 55f4298Copy full SHA for 55f4298
packages/go_router/lib/src/route.dart
@@ -323,8 +323,8 @@ class GoRoute extends RouteBase {
323
/// A route that displays a UI shell around the matching child route.
324
///
325
/// When a ShellRoute is added to the list of routes on GoRouter or GoRoute, a
326
-/// new Navigator that is used to display any matching sub-routes, instead of
327
-/// placing them on the root Navigator.
+/// new Navigator is used to display any matching sub-routes instead of placing
+/// them on the root Navigator.
328
329
/// To display a child route on a different Navigator, provide it with a
330
/// [parentNavigatorKey] that matches the key provided to either the [GoRouter]
0 commit comments