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 *