Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dukex committed Jun 22, 2024
1 parent 2754c89 commit df2d8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/better_router.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// A powerful, but for humans, flutter router.
///
/// The better_router library are responsable to expose the [BetterRouter] class.
/// The better_router library are responsible to expose the [BetterRouter] class.
library better_router;

export 'src/better_router_base.dart' show BetterRouter;
Expand Down
2 changes: 1 addition & 1 deletion lib/src/better_router_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'matcher.dart';

typedef PageRouteBuilder = PageRoute Function(RouteSettings settings);

/// The BetterRouter class are resposible create the routing table and the route generator.
/// The BetterRouter class are responsible create the routing table and the route generator.
///
/// To simple routes is better use the routes params in [MaterialApp]:
///
Expand Down

0 comments on commit df2d8e0

Please sign in to comment.