From 5b02957a6df4be39b8dd85d203b39e5eb4f03a1d Mon Sep 17 00:00:00 2001 From: chrisklus Date: Mon, 5 Nov 2018 23:48:51 -0700 Subject: [PATCH] fix spelling, see https://github.com/phetsims/graphing-quadratics/issues/43 --- .../view/FocusAndDirectrixInteractiveEquationNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/focusanddirectrix/view/FocusAndDirectrixInteractiveEquationNode.js b/js/focusanddirectrix/view/FocusAndDirectrixInteractiveEquationNode.js index 161fde15..442ea2c4 100644 --- a/js/focusanddirectrix/view/FocusAndDirectrixInteractiveEquationNode.js +++ b/js/focusanddirectrix/view/FocusAndDirectrixInteractiveEquationNode.js @@ -28,7 +28,7 @@ define( require => { class FocusAndDirectrixInteractiveEquationNode extends Node { /** - * Constructor parmeters are coefficients of the alternate vertex form: y = (1/(4p))(x - h)^2 + k + * Constructor parameters are coefficients of the alternate vertex form: y = (1/(4p))(x - h)^2 + k * @param {NumberProperty} pProperty * @param {NumberProperty} hProperty * @param {NumberProperty} kProperty