Skip to content

Commit 5900b30

Browse files
committed
docs: Address JSDOC warnings
1 parent 796c405 commit 5900b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cfpb-forms/src/organisms/Multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function Multiselect(element) {
538538

539539
/**
540540
* Set up and create the multiselect.
541-
* @param multiselectConfig Multiselect configuration options
541+
* @param {object} multiselectConfig - Multiselect configuration options
542542
* @returns {Multiselect} An instance.
543543
*/
544544
function init(multiselectConfig = DEFAULT_CONFIG) {

0 commit comments

Comments
 (0)