Skip to content

Commit 2820126

Browse files
authored
Merge pull request RocketChat#210 from Autre31415/develop
fixed ironic spelling error
2 parents f1cb020 + ec75461 commit 2820126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/preload.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ try {
287287
}
288288
});
289289
} catch(e) {
290-
console.log('Spellchecker unavailble');
290+
console.log('spellchecker module unavailable');
291291
}
292292

293293
window.addEventListener('contextmenu', function(event){

0 commit comments

Comments
 (0)