1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

refactor: fix typo in player.js (#7805)

langauge -> language
This commit is contained in:
Ikko Ashimine 2022-08-03 01:31:22 +09:00 committed by GitHub
parent d31cd1b8b9
commit 9ca2e8764a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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