aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:41 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commit6c25a349e38e5dba339f41323a782156525003f6 (patch)
tree61caa5cf9a8f5f61047877aa0f8b02b87a82347c
parente77a41a6ed210bee1807914ccebea360f014a0de (diff)
downloadfaker-6c25a349e38e5dba339f41323a782156525003f6.tar.xz
faker-6c25a349e38e5dba339f41323a782156525003f6.zip
spelling: overwrites
Signed-off-by: Josh Soref <[email protected]>
-rw-r--r--test/support/chai.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/support/chai.js b/test/support/chai.js
index 0f28f553..fac55c78 100644
--- a/test/support/chai.js
+++ b/test/support/chai.js
@@ -3217,7 +3217,7 @@ require.register("utils/overwriteMethod.js", function(module, exports, require){
/**
* ### overwriteMethod (ctx, name, fn)
*
- * Overwites an already existing method and provides
+ * Overwrites an already existing method and provides
* access to previous function. Must return function
* to be used for name.
*
@@ -3272,7 +3272,7 @@ require.register("utils/overwriteProperty.js", function(module, exports, require
/**
* ### overwriteProperty (ctx, name, fn)
*
- * Overwites an already existing property getter and provides
+ * Overwrites an already existing property getter and provides
* access to previous value. Must return function to use as getter.
*
* utils.overwriteProperty(chai.Assertion.prototype, 'ok', function (_super) {