From 2164046f5af8041e15d26ef7122ad09dc9be2593 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 18 Feb 2024 23:17:53 +0100 Subject: fixed incorrect syntax highlighting language The example codeblock for JavaScript code was using `javascript` as the syntax highlighting, which is obviously wrong, it should be `js` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 972d951..ac22c6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -- cgit v1.2.3