Skip to content

Commit 555fa91

Browse files
committed
docs: Address JSDOC warnings
1 parent 796c405 commit 555fa91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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) {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function stringMatch(x, y) {
2929
* @param {HTMLOptionsCollection} options -
3030
* Set of options from a <select> element.
3131
* @param {string} name - a unique name for this multiselect.
32-
* @param {Object} config - Customization of Multiselect behavior
32+
* @param {object} config - Customization of Multiselect behavior
3333
*/
3434
function MultiselectModel(options, name, config) {
3535
const _options = options;

0 commit comments

Comments
 (0)