From 710a3498a51f17abebf5038560451cab6d72d050 Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Fri, 1 Feb 2019 09:58:52 -0600 Subject: [PATCH] docs(modal): fix typo with returning header (#17333) --- core/src/components/modal/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/modal/readme.md b/core/src/components/modal/readme.md index 17fd4d2547..9830a856c9 100644 --- a/core/src/components/modal/readme.md +++ b/core/src/components/modal/readme.md @@ -36,7 +36,7 @@ instance.prop2 = value2; This way, your component can access the passed params, check the "Usage" section for further code example for each frameworks. -### Retuning data +### Returning data Modals can also return data back to the controller when they are dismissed.