Skip to content

Commit 4399bdc

Browse files
thijstriemstragkatsev
authored andcommitted
docs(debugging): fix markup typo (#5086)
1 parent 66d7545 commit 4399bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Most of these methods should be fairly self-explanatory, but for complete detail
2121
| Method | Alias Of | Matching Level(s) |
2222
| ------------------------------- | ---------------- | ------------------------------ |
2323
| `videojs.log()` | `console.log` | all, debug, info |
24-
| `videojs.log.debug() | `console.debug` | all, debug |
24+
| `videojs.log.debug()` | `console.debug` | all, debug |
2525
| `videojs.log.warn()` | `console.warn` | all, debug, info, warn |
2626
| `videojs.log.error()` | `console.error` | all, debug, info, warn, error |
2727
| `videojs.log.level()` | n/a | n/a |

0 commit comments

Comments
 (0)