From 9d9d93cd4cf702bbb5ca47ecbbabd8b00fffb8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 28 Dec 2017 21:20:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4decbf6..e724677 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If a popup is shown on top of a non-popup the current top screen will not be unl * Stack is ```[A, B, C]``` and B will still be visible ### Popup on popup -If a popup is at the top of the stack and another popup is show the behavior will depend on if the new popup has the Popup on Popup flag set or not. If the Popup on Popup flag is set the underlying popup will remain visible. +If a popup is at the top of the stack and another popup is shown the behavior will depend on if the new popup has the Popup on Popup flag set or not. If the Popup on Popup flag is set the underlying popup will remain visible. * Stack is ```[A, B, C]``` and C is a popup * A call to ```monarch.show(D)``` is made and D is a popup with the popup on popup flag set