0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

Spellchecking

This commit is contained in:
PlNG 2015-01-20 11:07:26 -05:00
parent 940976acbb
commit 3127654b41

View file

@ -17,7 +17,7 @@ var World = {};
/** /**
* Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults. * Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults.
* See the properites section below for detailed information on what you can pass via the `options` object. * See the properties section below for detailed information on what you can pass via the `options` object.
* @method create * @method create
* @constructor * @constructor
* @param {} options * @param {} options