Skip to content

Commit

Permalink
Merge pull request #453 from sinhaaritro/master
Browse files Browse the repository at this point in the history
Fixed Typo forControlName should be fomrControlName in ReactiveStatusListenableBuilder
  • Loading branch information
joanpablo authored Sep 18, 2024
2 parents 31e3018 + 13d9d96 commit fe8b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/reactive_status_listenable_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ReactiveStatusListenableBuilder extends StatelessWidget {
///
/// The [builder] function must not be null.
///
/// Must provide a [forControlName] or a [formControl] but not both
/// Must provide a [formControlName] or a [formControl] but not both
/// at the same time.
///
const ReactiveStatusListenableBuilder({
Expand Down

0 comments on commit fe8b030

Please sign in to comment.