diff --git a/provider_counter/lib/main.dart b/provider_counter/lib/main.dart index ea029ec69..2ce4f4bf0 100644 --- a/provider_counter/lib/main.dart +++ b/provider_counter/lib/main.dart @@ -77,7 +77,7 @@ class MyHomePage extends StatelessWidget { floatingActionButton: FloatingActionButton( onPressed: () { // You can access your providers anywhere you have access - // to the context. One way is to use Provider.of(context). + // to the context. One way is to use Provider.of(context). // // The provider package also defines extension methods on context // itself. You can call context.watch() in a build method