Skip to content

Commit 36dab7e

Browse files
fix(crowdin): fix typo in global scope (#100)
1 parent e29de84 commit 36dab7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/crowdin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function initCrowdIn(project = 'LizardByte', platform = 'bootstrap') {
108108

109109
// Expose to the global scope
110110
if (typeof window !== 'undefined') {
111-
window.initDiscord = initCrowdIn;
111+
window.initCrowdIn = initCrowdIn;
112112
}
113113

114114
module.exports = initCrowdIn;

0 commit comments

Comments
 (0)