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.