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