Skip to content

Commit

Permalink
Fix typo on docs for the inspect utility
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Aug 31, 2016
1 parent 0c06de5 commit 05c37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai/utils/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var getEnumerableProperties = require('./getEnumerableProperties');
module.exports = inspect;

/**
* Echos the value of a value. Trys to print the value out
* Echoes the value of a value. Tries to print the value out
* in the best way possible given the different types.
*
* @param {Object} obj The object to print out.
Expand Down

0 comments on commit 05c37fe

Please sign in to comment.