aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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.