diff --git a/packages/flutter_riverpod/lib/src/framework.dart b/packages/flutter_riverpod/lib/src/framework.dart index 99f76ba1c..c6e592ea1 100644 --- a/packages/flutter_riverpod/lib/src/framework.dart +++ b/packages/flutter_riverpod/lib/src/framework.dart @@ -25,7 +25,7 @@ import 'internals.dart'; /// } /// ``` /// -/// It optionally possible to specify `overrides` to change the behavior of +/// It's optionally possible to specify `overrides` to change the behavior of /// some providers. This can be useful for testing purposes: /// /// ```dart