Quick docs grammar fixes (#152700)

Yes I spent my precious time on this.
This commit is contained in:
Justin McCandless 2024-08-01 13:29:58 -07:00 committed by GitHub
parent df88595d19
commit e08b0a56f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ class ElevatedButton extends ButtonStyleButton {
/// All parameters default to null, by default this method returns
/// a [ButtonStyle] that doesn't override anything.
///
/// For example, to override the default text and icon colors for a
/// For example, to override the default text and icon colors for an
/// [ElevatedButton], as well as its overlay color, with all of the
/// standard opacity adjustments for the pressed, focused, and
/// hovered states, one could write:

View File

@ -2226,7 +2226,7 @@ class EditableText extends StatefulWidget {
}
}
/// State for a [EditableText].
/// State for an [EditableText].
class EditableTextState extends State<EditableText> with AutomaticKeepAliveClientMixin<EditableText>, WidgetsBindingObserver, TickerProviderStateMixin<EditableText>, TextSelectionDelegate, TextInputClient implements AutofillClient {
Timer? _cursorTimer;
AnimationController get _cursorBlinkOpacityController {