Skip to content

Commit b09c32c

Browse files
committed
Merge pull request coffeescript-cookbook#104 from yyolk/patch-1
fix typo on testing-every-element.md
2 parents ac4994a + 91e7d3e commit b09c32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/arrays/testing-every-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ evens.every (x)-> x % 2 == 0
2020

2121
Array.every was addded to Mozilla's Javascript 1.6 and made standard with EcmaScript 5. If you to support browsers that do not implement EC5 then check out [`_.all` from underscore.js][underscore].
2222

23-
For a real world example, prentend you have a multiple select list that looks like:
23+
For a real world example, pretend you have a multiple select list that looks like:
2424

2525
{% highlight html %}
2626
<select multiple id="my-select-list">

0 commit comments

Comments
 (0)