We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bea95 commit 88818d8Copy full SHA for 88818d8
exercises/basic_every_some/problem.md
@@ -39,7 +39,7 @@ Use array#some and Array#every to check every user passed to your returned funct
39
## Conditions
40
41
* Do not use any for/while loops or Array#forEach.
42
-* Do not create any unecessary functions e.g. helpers.
+* Do not create any unnecessary functions e.g. helpers.
43
44
## Resources
45
0 commit comments