Skip to content

Commit 3127654

Browse files
committed
Spellchecking
1 parent 940976a commit 3127654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/body/World.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var World = {};
1717

1818
/**
1919
* 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.
20+
* See the properties section below for detailed information on what you can pass via the `options` object.
2121
* @method create
2222
* @constructor
2323
* @param {} options
@@ -72,4 +72,4 @@ var World = {};
7272
* @return {world} The original world with the constraint added
7373
*/
7474

75-
})();
75+
})();

0 commit comments

Comments
 (0)