Skip to content

Commit

Permalink
Fix typo in options documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Dec 19, 2014
1 parent 29bda11 commit 825ce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.js
Expand Up @@ -91,7 +91,7 @@ exports.bool = {
/**
* This option requires all `for in` loops to filter object's items. The
* for in statement allows for looping through the names of all of the
* properties of an object including those inherited throught the prototype
* properties of an object including those inherited through the prototype
* chain. This behavior can lead to unexpected items in your object so it
* is generally safer to always filter inherited properties out as shown in
* the example:
Expand Down

0 comments on commit 825ce01

Please sign in to comment.