Skip to content

Commit 13add84

Browse files
authored
Update appbar-theme-color.md (#12514)
Fix typo: hasve -> have in `https://docs.flutter.dev/release/breaking-changes/appbar-theme-color`. ## Presubmit checklist - [x] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. I signed the CLA after I created this pull request.
1 parent 28ee9ab commit 13add84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/release/breaking-changes/appbar-theme-color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
## Summary
99

1010
The `color` parameter in `AppBarTheme` and `AppBarThemeData` constructors
11-
and their `copyWith` methods hasve been deprecated. Use `backgroundColor`
11+
and their `copyWith` methods have been deprecated. Use `backgroundColor`
1212
instead. This change affects how AppBar themes are configured and might
1313
cause deprecation warnings in existing code.
1414

0 commit comments

Comments
 (0)