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:
parent
42c78a2b17
commit
9084c196fa
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user