From 3127654b41ef1ab6821650acc17a81fa47a47747 Mon Sep 17 00:00:00 2001 From: PlNG Date: Tue, 20 Jan 2015 11:07:26 -0500 Subject: [PATCH] Spellchecking --- src/body/World.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/body/World.js b/src/body/World.js index 0b890d6..aaa5362 100644 --- a/src/body/World.js +++ b/src/body/World.js @@ -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 @@ -72,4 +72,4 @@ var World = {}; * @return {world} The original world with the constraint added */ -})(); \ No newline at end of file +})();