mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-21 17:14:38 -05:00
Fix typo
This commit is contained in:
parent
2ec247b7af
commit
5abe6ed71d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue