docs(alert): fix readme

This commit is contained in:
Zachary Lawson
2018-08-06 13:30:06 -06:00
committed by Manu MA
parent 0b4b9fe40c
commit 130d28fae5

View File

@ -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