From 130d28fae562ea470ca8fff1a41f7a58a3040951 Mon Sep 17 00:00:00 2001 From: Zachary Lawson Date: Mon, 6 Aug 2018 13:30:06 -0600 Subject: [PATCH] docs(alert): fix readme --- core/src/components/alert/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/alert/readme.md b/core/src/components/alert/readme.md index b32955da85..6d51a4f7f3 100644 --- a/core/src/components/alert/readme.md +++ b/core/src/components/alert/readme.md @@ -1,6 +1,6 @@ # ion-alert -An Alert is a dialog that presents users with information or collects information from the user using inputs. An alert appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. It can also optionally have a `title`, `subTitle` and `message`. +An Alert is a dialog that presents users with information or collects information from the user using inputs. An alert appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. It can also optionally have a `header`, `subHeader` and `message`. ### Creating