mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(): fix typo in media example (#1386)
This commit is contained in:
parent
4bd6aaba2b
commit
c7a6e6625a
@ -181,7 +181,7 @@ export class MediaObject {
|
|||||||
*
|
*
|
||||||
* // Recording to a file
|
* // Recording to a file
|
||||||
* this.media.create('path/to/file.mp3')
|
* this.media.create('path/to/file.mp3')
|
||||||
* .then((file: MedieObject) => {
|
* .then((file: MediaObject) => {
|
||||||
*
|
*
|
||||||
* file.startRecord();
|
* file.startRecord();
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user