Skip to content

Commit

Permalink
jsdoc misprint booelan -> boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-gooze authored Jun 7, 2018
1 parent 897c4fc commit 4b262a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ export default class Hls {
}

/**
* @type {booelan}
* @type {boolean}
*/
get subtitleDisplay () {
const subtitleTrackController = this.subtitleTrackController;
Expand Down

0 comments on commit 4b262a8

Please sign in to comment.