From 339863b53080536f46e65346f2e95ad1e3ec2890 Mon Sep 17 00:00:00 2001 From: anejjar Elhoucine <31830418+anejjar@users.noreply.github.com> Date: Tue, 25 May 2021 11:05:58 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fa6a42..f7372f0 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ $.toast({ textColor : '#eee', // text color allowToastClose : false, // Show the close button or not hideAfter : 5000, // `false` to make it sticky or time in miliseconds to hide after - stack : 5, // `fakse` to show one stack at a time count showing the number of toasts that can be shown at once + stack : 5, // `false` to show one stack at a time count showing the number of toasts that can be shown at once textAlign : 'left', // Alignment of text i.e. left, right, center position : 'bottom-left' // bottom-left or bottom-right or bottom-center or top-left or top-right or top-center or mid-center or an object representing the left, right, top, bottom values to position the toast on page })