diff --git a/src/content/release/breaking-changes/appbar-theme-color.md b/src/content/release/breaking-changes/appbar-theme-color.md index e706ab3762..af5e252206 100644 --- a/src/content/release/breaking-changes/appbar-theme-color.md +++ b/src/content/release/breaking-changes/appbar-theme-color.md @@ -8,7 +8,7 @@ description: >- ## Summary The `color` parameter in `AppBarTheme` and `AppBarThemeData` constructors -and their `copyWith` methods hasve been deprecated. Use `backgroundColor` +and their `copyWith` methods have been deprecated. Use `backgroundColor` instead. This change affects how AppBar themes are configured and might cause deprecation warnings in existing code.