From e4357f98236c2d0c418e7d6cde065ad86a76ab21 Mon Sep 17 00:00:00 2001 From: Adam Duren Date: Thu, 8 Aug 2019 07:54:45 -0700 Subject: [PATCH] docs(action-sheet): Make property names match component (#19041) --- core/src/components/action-sheet/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/action-sheet/readme.md b/core/src/components/action-sheet/readme.md index c9b95bb032..01e2da32e8 100644 --- a/core/src/components/action-sheet/readme.md +++ b/core/src/components/action-sheet/readme.md @@ -4,7 +4,7 @@ An Action Sheet is a dialog that displays a set of options. It appears on top of ### Creating -An action sheet can be created by the [Action Sheet Controller](../action-sheet-controller) from an array of `buttons`, with each button including properties for its `text`, and optionally a `handler` and `role`. If a handler returns `false` then the action sheet will not be dismissed. An action sheet can also optionally have a `title`, `subTitle` and an `icon`. +An action sheet can be created by the [Action Sheet Controller](../action-sheet-controller) from an array of `buttons`, with each button including properties for its `text`, and optionally a `handler` and `role`. If a handler returns `false` then the action sheet will not be dismissed. An action sheet can also optionally have a `header` and a `subHeader`. ### Buttons