Bug 1552560 - Fix a typo found by codespell 1.15 r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D31667

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-05-21 13:31:27 +00:00
Родитель 5eaebc9127
Коммит ada39585cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -262,7 +262,7 @@ module.exports = {
// Use {} instead of new Object()
"no-new-object": "error",
// Dissallow use of new wrappers
// Disallow use of new wrappers
"no-new-wrappers": "error",
// Disallow use of event global.