diff --git a/lib/chai/utils/inspect.js b/lib/chai/utils/inspect.js index 71297ee90..51f8eb605 100644 --- a/lib/chai/utils/inspect.js +++ b/lib/chai/utils/inspect.js @@ -8,7 +8,7 @@ var getEnumerableProperties = require('./getEnumerableProperties'); module.exports = inspect; /** - * Echos the value of a value. Trys to print the value out + * Echos 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.