Skip to content

Commit

Permalink
Comment Typos fix (#2267)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Bonilla <luis@graindiscovery.com>
  • Loading branch information
Luismi74 and Luis Bonilla authored Sep 22, 2024
1 parent 09ee5a8 commit ec6931e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/toolbar/config/base_button_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class QuillToolbarBaseButtonExtraOptions extends Equatable {
}

/// The [T] is the options for the button, usually should refresnce itself
/// it's used in [childBuilder] so the developer can custmize this when using it
/// it's used in [childBuilder] so the developer can customize this when using it
/// The [I] is extra options for the button, usually for it's state
@immutable
class QuillToolbarBaseButtonOptions<T, I> extends Equatable {
Expand Down Expand Up @@ -90,7 +90,7 @@ class QuillToolbarBaseButtonOptions<T, I> extends Equatable {
/// Use custom theme
final QuillIconTheme? iconTheme;

/// If you want to dispaly a differnet widget based using a builder
/// If you want to display a different widget based using a builder
final QuillToolbarButtonOptionsChildBuilder<T, I> childBuilder;

@override
Expand Down

0 comments on commit ec6931e

Please sign in to comment.