aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-02-18 23:17:53 +0100
committer0neGal <mail@0negal.com>2024-02-18 23:17:53 +0100
commit2164046f5af8041e15d26ef7122ad09dc9be2593 (patch)
tree766900a1530294bc1075bacbb7d209f2b2a2c7c5
parentccde19d82a1a8fd3c5ea20efa31a0e18393e14fe (diff)
downloadViper-2164046f5af8041e15d26ef7122ad09dc9be2593.tar.gz
Viper-2164046f5af8041e15d26ef7122ad09dc9be2593.zip
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`
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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