aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-02-18 23:21:22 +0100
committer0neGal <mail@0negal.com>2024-02-18 23:21:22 +0100
commit0a92861c11f87cf2dfd87234cfdd320668eca7f3 (patch)
treedc745d6bca67b3d5c28f69fb0f4b032cf56c0481 /CONTRIBUTING.md
parent2164046f5af8041e15d26ef7122ad09dc9be2593 (diff)
downloadViper-0a92861c11f87cf2dfd87234cfdd320668eca7f3.tar.gz
Viper-0a92861c11f87cf2dfd87234cfdd320668eca7f3.zip
minor Markdown changes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ac22c6e..b8684ca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ If you're contributing, please follow <a href="CODE_OF_CONDUCT.md">code of condu
`/* */` is useful in some cases, refer to the code example below.
-`() => {}` is also preffered over `function () {}` when possible.
+`() => {}` is also preferred over `function () {}` when possible.
Single use functions are also generally discouraged, if a function is used once there's no need to make it a function.