Skip to content

Commit

Permalink
docs(debugging): fix markup typo (#5086)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored and gkatsev committed Apr 19, 2018
1 parent 970e1f9 commit e4f7ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e4f7ac3

Please sign in to comment.