From c2e0c235399528dcddc240ede88a230c17161746 Mon Sep 17 00:00:00 2001 From: PlNG Date: Tue, 20 Jan 2015 11:07:20 -0500 Subject: [PATCH] Spellchecking --- src/constraint/MouseConstraint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constraint/MouseConstraint.js b/src/constraint/MouseConstraint.js index 21844385..3a1e15ed 100644 --- a/src/constraint/MouseConstraint.js +++ b/src/constraint/MouseConstraint.js @@ -15,7 +15,7 @@ var MouseConstraint = {}; /** * Creates a new mouse constraint. * All properties have default values, and many are pre-calculated automatically based on other properties. - * 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 * @param {engine} engine * @param {} options