1
0
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:
Thijs Triemstra 2018-04-11 17:39:34 +02:00 committed by Gary Katsevman
parent 66d7545538
commit 4399bdce5d

View File

@ -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 |