Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 015a457

Browse files
committed
Correct typo in Form JSDoc
1 parent 9c07925 commit 015a457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/molecules/Form/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import cn from 'classnames'
1313
* @param {object} props.formDefaults Formik default data.
1414
* @param {string|number} props.id Form id.
1515
* @param {object} props.validationSchema Yup validation schema object.
16-
* @param {function} props.onSubmit Function to execute when form is submitted
16+
* @param {Function} props.onSubmit Function to execute when form is submitted
1717
* @return {Element} The Form component.
1818
*/
1919
export default function Form({

0 commit comments

Comments
 (0)