Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Dec 9, 2023
1 parent 6a775a6 commit a8fddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/widgets/smooth_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension StringExtension on String {
}

/// Please use this method instead of directly calling the library.
/// It will use the migration if we decide to remove/change it.
/// It will ease the migration if we decide to remove/change it.
String removeDiacritics() {
return lib.removeDiacritics(this);
}
Expand Down

0 comments on commit a8fddda

Please sign in to comment.