We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7545 commit 4399bdcCopy full SHA for 4399bdc
1 file changed
docs/guides/debugging.md
@@ -21,7 +21,7 @@ Most of these methods should be fairly self-explanatory, but for complete detail
21
| Method | Alias Of | Matching Level(s) |
22
| ------------------------------- | ---------------- | ------------------------------ |
23
| `videojs.log()` | `console.log` | all, debug, info |
24
-| `videojs.log.debug() | `console.debug` | all, debug |
+| `videojs.log.debug()` | `console.debug` | all, debug |
25
| `videojs.log.warn()` | `console.warn` | all, debug, info, warn |
26
| `videojs.log.error()` | `console.error` | all, debug, info, warn, error |
27
| `videojs.log.level()` | n/a | n/a |
0 commit comments