mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
docs(debugging): fix markup typo (#5086)
This commit is contained in:
parent
66d7545538
commit
4399bdce5d
@ -21,7 +21,7 @@ Most of these methods should be fairly self-explanatory, but for complete detail
|
||||
| Method | Alias Of | Matching Level(s) |
|
||||
| ------------------------------- | ---------------- | ------------------------------ |
|
||||
| `videojs.log()` | `console.log` | all, debug, info |
|
||||
| `videojs.log.debug() | `console.debug` | all, debug |
|
||||
| `videojs.log.debug()` | `console.debug` | all, debug |
|
||||
| `videojs.log.warn()` | `console.warn` | all, debug, info, warn |
|
||||
| `videojs.log.error()` | `console.error` | all, debug, info, warn, error |
|
||||
| `videojs.log.level()` | n/a | n/a |
|
||||
|
Loading…
Reference in New Issue
Block a user