Skip to content

Commit 88818d8

Browse files
committed
fixed typo
missing "n" in unnecessary
1 parent 42bea95 commit 88818d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/basic_every_some/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use array#some and Array#every to check every user passed to your returned funct
3939
## Conditions
4040

4141
* Do not use any for/while loops or Array#forEach.
42-
* Do not create any unecessary functions e.g. helpers.
42+
* Do not create any unnecessary functions e.g. helpers.
4343

4444
## Resources
4545

0 commit comments

Comments
 (0)