From 05c37febfc40906fe18c9ac28a151c07c3d3e10a Mon Sep 17 00:00:00 2001 From: lucasfcosta Date: Wed, 31 Aug 2016 19:35:02 -0300 Subject: [PATCH] Fix typo on docs for the inspect utility --- lib/chai/utils/inspect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chai/utils/inspect.js b/lib/chai/utils/inspect.js index 71297ee90..48b56bfa6 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 + * 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.