From 5634e1d84c38e75b9e329c29e306bfb050f272f2 Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Sat, 26 Sep 2015 08:05:18 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e998211..2ea406f 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ function hide() { } ``` -### WP8 quircks +### WP8 quirks The WP8 implementation needs a little more work, but it's perfectly useable when you keep this in mind: * You can't show two Toasts simultaneously. * Wait until the first Toast is hidden before the second is shown, otherwise the second one will be hidden quickly.