mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	docs(audiotracks): correct typo (#5816)
This commit is contained in:
		
				
					committed by
					
						 Gary Katsevman
						Gary Katsevman
					
				
			
			
				
	
			
			
			
						parent
						
							de9fb58761
						
					
				
				
					commit
					e612056bfa
				
			| @@ -48,7 +48,7 @@ var track = new videojs.AudioTrack({ | ||||
| player.audioTracks().addTrack(track); | ||||
| ``` | ||||
|  | ||||
| ### Listen for a Video Track Becoming Enabled | ||||
| ### Listen for an Audio Track Becoming Enabled | ||||
|  | ||||
| When a track is enabled or disabled on an `AudioTrackList`, a `change` event will be | ||||
| fired. You can listen for that event and do something with it. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user