docs(): fix typo in media example (#1386)

This commit is contained in:
Dylan v.d Merwe 2017-04-18 23:35:27 +02:00 committed by Ibby Hadeed
parent 4bd6aaba2b
commit c7a6e6625a

View File

@ -181,7 +181,7 @@ export class MediaObject {
*
* // Recording to a file
* this.media.create('path/to/file.mp3')
* .then((file: MedieObject) => {
* .then((file: MediaObject) => {
*
* file.startRecord();
*