0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00

spelling: execute

This commit is contained in:
Josh Soref 2019-10-29 02:06:18 -04:00
parent a697f84d61
commit c75a09888b
2 changed files with 4 additions and 4 deletions

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

View file

@ -58,7 +58,7 @@ var Common = require('./Common');
};
/**
* Chains a function to excute before the original function on the given `path` relative to `Matter`.
* Chains a function to execute before the original function on the given `path` relative to `Matter`.
* See also docs for `Common.chain`.
* @method before
* @param {string} path The path relative to `Matter`
@ -71,7 +71,7 @@ var Common = require('./Common');
};
/**
* Chains a function to excute after the original function on the given `path` relative to `Matter`.
* Chains a function to execute after the original function on the given `path` relative to `Matter`.
* See also docs for `Common.chain`.
* @method after
* @param {string} path The path relative to `Matter`