Skip to content

Commit

Permalink
refactor: fix typo in player.js (#7805)
Browse files Browse the repository at this point in the history
langauge -> language
  • Loading branch information
eltociear authored Aug 2, 2022
1 parent d31cd1b commit 9ca2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -4607,7 +4607,7 @@ class Player extends Component {
/**
* The player's language code.
*
* Changing the langauge will trigger
* Changing the language will trigger
* [languagechange]{@link Player#event:languagechange}
* which Components can use to update control text.
* ClickableComponent will update its control text by default on
Expand Down

0 comments on commit 9ca2e87

Please sign in to comment.