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 b8ce14d commit d43753cCopy full SHA for d43753c
problems/basic_filter/problem.md
@@ -16,7 +16,7 @@ Use Array#filter to write a function called `getShortMessages`.
16
## Conditions
17
18
* Do not use any for/while loops or Array#forEach.
19
-* Do not create any unecessary functions e.g. helpers.
+* Do not create any unnecessary functions e.g. helpers.
20
21
## Hint
22
0 commit comments