docs(modal): fix typo with returning header (#17333)

This commit is contained in:
Kyle J. Kemp
2019-02-01 09:58:52 -06:00
committed by Brandy Carney
parent a4150010a8
commit 710a3498a5

View File

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