From 4c2bc34c49e852a9b4c320580071fe7b7dbcda5c Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 26 Sep 2024 14:10:00 -0600 Subject: [PATCH] typo, https://github.com/phetsims/chipper/issues/1474 Signed-off-by: Michael Kauzmann --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 34e56b41..56832963 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,7 +1,7 @@ // Copyright 2024, University of Colorado Boulder /** - * ESlint configuration for vector-addition. + * ESLint configuration for vector-addition. * * @author Sam Reid (PhET Interactive Simulations) * @author Michael Kauzmann (PhET Interactive Simulations)