Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format fixes
  • Loading branch information
dancamdev committed Apr 22, 2023
commit 678d1c134cfe4b40791dccaba08477bdf32f4a10
2 changes: 1 addition & 1 deletion packages/go_router/lib/src/route_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class TypedGoRoute<T extends GoRouteData> extends TypedRoute<T> {
final String path;

/// The name that corresponds to this route.
/// Used by Analytics services such as Firebase Analytics
/// Used by Analytics services such as Firebase Analytics
/// to log the screen views in their system.
///
/// See [GoRoute.name].
Expand Down