docs(emailcomposer): fix docs

partially fixes #168
This commit is contained in:
Ibrahim Hadeed 2016-05-20 13:57:00 -04:00
parent 46564c8ca3
commit 3c49face4c

View File

@ -49,7 +49,7 @@ export interface Email {
* }; * };
* *
* // Send a text message using default options * // Send a text message using default options
* EmailComposer.send(email); * EmailComposer.open(email);
* *
* ``` * ```
*/ */