From 1fe9378fc2e8a140b36eb3fde13e0156f1f6af0d Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 1 Feb 2021 16:35:56 -0900 Subject: [PATCH] interactive descriptions -> interactive description, https://github.com/phetsims/a11y-research/issues/157 --- js/view/ISLCRulerRegionsNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/view/ISLCRulerRegionsNode.js b/js/view/ISLCRulerRegionsNode.js index dc22170..f145b1d 100644 --- a/js/view/ISLCRulerRegionsNode.js +++ b/js/view/ISLCRulerRegionsNode.js @@ -1,7 +1,7 @@ // Copyright 2019-2020, University of Colorado Boulder /** - * Shows the regions that a ruler can occupy in vertical space. These regions are used for interactive descriptions of + * Shows the regions that a ruler can occupy in vertical space. These regions are used for interactive description of * the ruler. * * @author Michael Kauzmann (PhET Interactive Simulations)