mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
fix typo in docs
This commit is contained in:
parent
2ec247b7af
commit
687d53d4d2
1 changed files with 1 additions and 1 deletions
|
@ -5841,7 +5841,7 @@ var Common = _dereq_('./Common');
|
|||
* This sorting attempts to satisfy every dependency's requested ordering, but may not be exact in all cases.
|
||||
* This function logs the resulting status of each dependency in the console, along with any warnings.
|
||||
* - A green tick ✅ indicates a dependency was resolved and installed.
|
||||
* - An orange diamond 🔶 indicates a dependency was resolved but a warning was thrown for it or one if its dependencies.
|
||||
* - An orange diamond 🔶 indicates a dependency was resolved but a warning was thrown for it or one of its dependencies.
|
||||
* - A red cross ❌ indicates a dependency could not be resolved.
|
||||
* Avoid calling this function multiple times on the same module unless you intend to manually control installation order.
|
||||
* @method use
|
||||
|
|
Loading…
Add table
Reference in a new issue