Skip to content

Commit

Permalink
Merge pull request #482 from chanderlud/master
Browse files Browse the repository at this point in the history
Corrected a typo
  • Loading branch information
dlutton committed Jul 8, 2024
2 parents cbe60ea + 6030e68 commit 7918ff7
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 7918ff7

Please sign in to comment.