diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8b880..af9536c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to the **ThemeDemo** application are documented here. This version bump is an internal change to using `Notifier` instead of `StateNotifier` when possible. It also moves the counter `StateProvider` to `NotifierProvider` to make its code more expressive. Application functionality remains unchanged. This change uses the new Riverpod 2 `Notifier` and `NotifierProvider`. -* Counter demo got a `Counter` model class that extends `Notifier` and it got an `incement` method. Its provider was changed StateProvider, to a `NotifierProvider`. +* Counter demo got a `Counter` model class that extends `Notifier` and it got an `increment` method. Its provider was changed StateProvider, to a `NotifierProvider`. * Changed `SettingsEntry` from extending `StateNotifier` to simpler `Notifier` class. * Changed all `Settings` providers from `StateNotifierProvider` to `NotifierProvider`.