Skip to content

Commit

Permalink
Spellchecking
Browse files Browse the repository at this point in the history
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 940976a commit 3127654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/body/World.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* 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
* @constructor
* @param {} options
Expand Down Expand Up @@ -72,4 +72,4 @@ var World = {};
* @return {world} The original world with the constraint added
*/

})();
})();

0 comments on commit 3127654

Please sign in to comment.