Skip to content

Commit

Permalink
Really really small typo in README.md (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelS authored and cookpete committed Mar 26, 2019
1 parent ba6c274 commit 14a4402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Use [`ref`](https://facebook.github.io/react/docs/refs-and-the-dom.html) to call

Method | Description
------ | -----------
`seekTo(amount, type)` | Seek to the given number of seconds, or fraction if `amount` is between `0` and `1`<br />&nbsp;&nbsp;`type` parameter lets you specify `'seconds'` or `'fraction'` to override deault behaviour
`seekTo(amount, type)` | Seek to the given number of seconds, or fraction if `amount` is between `0` and `1`<br />&nbsp;&nbsp;`type` parameter lets you specify `'seconds'` or `'fraction'` to override default behaviour
`getCurrentTime()` | Returns the number of seconds that have been played<br />&nbsp;&nbsp;Returns `null` if unavailable
`getSecondsLoaded()` | Returns the number of seconds that have been loaded<br />&nbsp;&nbsp;Returns `null` if unavailable or unsupported
`getDuration()` | Returns the duration (in seconds) of the currently playing media<br />&nbsp;&nbsp;Returns `null` if duration is unavailable
Expand Down

0 comments on commit 14a4402

Please sign in to comment.