0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-21 17:14:38 -05:00
This commit is contained in:
Julien Dargelos 2019-04-05 16:21:53 +02:00 committed by GitHub
parent 2ec247b7af
commit 5abe6ed71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -505,7 +505,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
@ -521,7 +521,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