We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940976a commit 3127654Copy full SHA for 3127654
1 file changed
src/body/World.js
@@ -17,7 +17,7 @@ var World = {};
17
18
/**
19
* Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults.
20
- * 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.
21
* @method create
22
* @constructor
23
* @param {} options
@@ -72,4 +72,4 @@ var World = {};
72
* @return {world} The original world with the constraint added
73
*/
74
75
-})();
+})();
0 commit comments