Skip to content

Commit

Permalink
chore: fix typo in doc comment (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
azack authored Oct 27, 2023
1 parent 49e92fa commit 725b76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/equatable_config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ignore_for_file: avoid_classes_with_only_static_members
import 'package:equatable/src/equatable.dart';

/// The default configurion for all [Equatable] instances.
/// The default configuration for all [Equatable] instances.
///
/// Currently, this config class only supports setting a default value for
/// [stringify].
Expand Down

0 comments on commit 725b76c

Please sign in to comment.