Skip to content

Commit

Permalink
Fix some documentation grammar (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat authored Jul 20, 2021
1 parent 60439d3 commit c1e3914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluttertoast.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Fluttertoast {
/// Wraps the Plugin https://github.com/scalessec/Toast for iOS
/// Wraps the https://github.com/apvarun/toastify-js for Web
///
/// Parameter [msg] is required and remning all are options
/// Parameter [msg] is required and all remaining are optional
static Future<bool?> showToast({
required String msg,
Toast? toastLength,
Expand Down

0 comments on commit c1e3914

Please sign in to comment.