Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 31, 2021
1 parent b030a61 commit df4e3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recorded-data.md
Expand Up @@ -15,7 +15,7 @@ player.on('finishRecord', function() {
## Save data

Use the `saveAs` method to show a 'Save as' browser dialog where the user can
choose the storage location for the recorded data. It accepts a `name` object that
choose the storage location for the recorded data. It accepts an object that
contains a mapping between the media type and the filename. For example:

```javascript
Expand Down Expand Up @@ -48,7 +48,7 @@ record: {
}
```

And listen for the `finishConvert` event. For example:
And listen for the `finishConvert` event:

```javascript
// converter ready and stream is available
Expand Down

0 comments on commit df4e3ab

Please sign in to comment.