From aeedf3923dbe24a3fc896efab3890fdc2b72ebda Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:23:47 -0500 Subject: [PATCH] spelling: typescript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 4db9366de9..aa3d1a8f74 100644 --- a/.eslintrc +++ b/.eslintrc @@ -46,7 +46,7 @@ "unicorn/prefer-ternary": "off" // TODO: fix issues and turn this back on }, - // Typescript settings + // TypeScript settings "overrides": [ { "files": ["**/*{.ts,tsx}"],