Commit c1e39141 by Roc Boronat Committed by GitHub

Fix some documentation grammar (#316)

parent 60439d3b
...@@ -48,7 +48,7 @@ class Fluttertoast { ...@@ -48,7 +48,7 @@ class Fluttertoast {
/// Wraps the Plugin https://github.com/scalessec/Toast for iOS /// Wraps the Plugin https://github.com/scalessec/Toast for iOS
/// Wraps the https://github.com/apvarun/toastify-js for Web /// 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({ static Future<bool?> showToast({
required String msg, required String msg,
Toast? toastLength, Toast? toastLength,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment