Skip to content

Commit

Permalink
fixed incorrect syntax highlighting language
Browse files Browse the repository at this point in the history
The example codeblock for JavaScript code was using `javascript` as the
syntax highlighting, which is obviously wrong, it should be `js`
  • Loading branch information
0neGal committed Feb 18, 2024
1 parent ccde19d commit 2164046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Single use functions are also generally discouraged, if a function is used once

As shown below below:

```javascript
```js
function foo(bar) {
/*
This is a very long comment, however, it does not exceed 72
Expand Down

0 comments on commit 2164046

Please sign in to comment.