From 6e64b8d9159473bec7e3c49ebb2eed2b597dea38 Mon Sep 17 00:00:00 2001 From: Henry Dang Date: Thu, 31 Aug 2017 14:03:08 -0400 Subject: [PATCH] docs(modal): fix improper capitalization (#12321) --- src/components/modal/modal-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal-controller.ts b/src/components/modal/modal-controller.ts index d047189025..6752e9b9aa 100644 --- a/src/components/modal/modal-controller.ts +++ b/src/components/modal/modal-controller.ts @@ -19,7 +19,7 @@ import { DeepLinker } from '../../navigation/deep-linker'; * * When a modal (or any other overlay such as an alert or actionsheet) is * "presented" to a nav controller, the overlay is added to the app's root nav. - * After the modal has been presented, from within the component instance The + * After the modal has been presented, from within the component instance, the * modal can later be closed or "dismissed" by using the ViewController's * `dismiss` method. Additionally, you can dismiss any overlay by using `pop` * on the root nav controller. Modals are not reusable. When a modal is dismissed