0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00
This commit is contained in:
Julien Dargelos 2024-11-27 16:04:34 +00:00 committed by GitHub
commit 79d972d072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -542,7 +542,7 @@ module.exports = Common;
};
/**
* Chains a function to excute before the original function on the given `path` relative to `base`.
* Chains a function to execute before the original function on the given `path` relative to `base`.
* See also docs for `Common.chain`.
* @method chainPathBefore
* @param {} base The base object
@ -558,7 +558,7 @@ module.exports = Common;
};
/**
* Chains a function to excute after the original function on the given `path` relative to `base`.
* Chains a function to execute after the original function on the given `path` relative to `base`.
* See also docs for `Common.chain`.
* @method chainPathAfter
* @param {} base The base object