Skip to content

Commit 113177f

Browse files
author
Mark
committed
Fix documentation
1 parent 283961e commit 113177f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import ObserveJS from 'observe-js';
2323
/**
2424
* The function that fires to give users opportunity to return a custom set of options on a per-element basis
2525
* @callback Form~onGetOptions
26-
* @param {HTMLElement|Array} element(s) - The element (or if radio buttons, an array of elements) on which to use the custom options
26+
* @param {HTMLElement} element - The element on which to use the custom options
2727
* @returns {Object} Return the custom set of options
2828
*/
2929

0 commit comments

Comments
 (0)