Skip to content

Commit 55f4298

Browse files
authored
[go_router] Fix a typo in the ShellRoute docstring (flutter#3378)
[go_router] Fix a typo in the ShellRoute docstring
1 parent d311478 commit 55f4298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/go_router/lib/src/route.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ class GoRoute extends RouteBase {
323323
/// A route that displays a UI shell around the matching child route.
324324
///
325325
/// 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.
326+
/// new Navigator is used to display any matching sub-routes instead of placing
327+
/// them on the root Navigator.
328328
///
329329
/// To display a child route on a different Navigator, provide it with a
330330
/// [parentNavigatorKey] that matches the key provided to either the [GoRouter]

0 commit comments

Comments
 (0)