Skip to content

Commit

Permalink
Corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chanderlud committed Apr 4, 2024
1 parent cbe60ea commit 6030e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flutter_tts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ class FlutterTts {
}
break;
default:
print('Unknowm method ${call.method}');
print('Unknown method ${call.method}');
}
}
}

0 comments on commit 6030e68

Please sign in to comment.