Skip to content

Commit ec6931e

Browse files
Luismi74Luis Bonilla
andauthored
Comment Typos fix (singerdmx#2267)
Co-authored-by: Luis Bonilla <[email protected]>
1 parent 09ee5a8 commit ec6931e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/toolbar/config/base_button_configurations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class QuillToolbarBaseButtonExtraOptions extends Equatable {
3838
}
3939

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

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

9696
@override

0 commit comments

Comments
 (0)