0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Fix minor typo in CountController JSDoc

This commit is contained in:
LB Johnston 2024-03-17 21:41:56 +10:00 committed by LB (Ben Johnston)
parent 42c78a2b17
commit 9084c196fa

View File

@ -6,7 +6,7 @@ const DEFAULT_ERROR_SELECTOR = '.error-message,.help-critical';
/** /**
* Adds the ability for a controlled element to update the total count * Adds the ability for a controlled element to update the total count
* of selected elements within the provided container selector, defaults * of selected elements within the provided container selector, defaults
* do `body.` * to `body.`
* *
* @example * @example
* <div data-controller="w-count"> * <div data-controller="w-count">