From 9084c196fad5db29aeae9f9c6ab9eca06dd9bd14 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Sun, 17 Mar 2024 21:41:56 +1000 Subject: [PATCH] Fix minor typo in CountController JSDoc --- client/src/controllers/CountController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/controllers/CountController.ts b/client/src/controllers/CountController.ts index fef4625bba..b643b81fd1 100644 --- a/client/src/controllers/CountController.ts +++ b/client/src/controllers/CountController.ts @@ -6,7 +6,7 @@ const DEFAULT_ERROR_SELECTOR = '.error-message,.help-critical'; /** * Adds the ability for a controlled element to update the total count * of selected elements within the provided container selector, defaults - * do `body.` + * to `body.` * * @example *