Fixed javascript typo

This commit is contained in:
Thomas Sauer 2017-07-14 15:22:32 +02:00 committed by GitHub
parent 4965eea111
commit 8a4a852437

View file

@ -199,7 +199,7 @@ export class TagsProcessor extends BaseProcessor {
'lint': ['linters'],
'linting': ['linters'],
'react': ['javascript'],
'js': ['javsacript'],
'js': ['javascript'],
'node': ['javascript', 'node'],
'c++': ['c++'],
'Cplusplus': ['c++'],