mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	docs(debugging): fix markup typo (#5086)
This commit is contained in:
		
				
					committed by
					
						 Gary Katsevman
						Gary Katsevman
					
				
			
			
				
	
			
			
			
						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                            | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user