Skip to content

Commit

Permalink
fix typo in language name of JavaScript (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusKao committed Apr 19, 2023
1 parent fc2a3e1 commit 4f9cd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Grammars:
Parser:

- add removePlugin api [faga295][]
- fix typo in language name of JavaScript [Cyrus Kao][]

[arnoudbuzing]: https://github.com/arnoudbuzing
[aliaegik]: https://github.com/aliaegik
Expand All @@ -47,7 +48,7 @@ Parser:
[Sam Rawlins]: https://github.com/srawlins
[Keyacom]: https://github.com/Keyacom
[Boris Verkhovskiy]: https://github.com/verhovsky

[Cyrus Kao]: https://github.com/CyrusKao

## Version 11.7.0

Expand Down
2 changes: 1 addition & 1 deletion src/languages/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export default function(hljs) {
};

return {
name: 'Javascript',
name: 'JavaScript',
aliases: ['js', 'jsx', 'mjs', 'cjs'],
keywords: KEYWORDS,
// this will be extended by TypeScript
Expand Down

0 comments on commit 4f9cd3b

Please sign in to comment.