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

Commit 285c711

Browse files
author
Mike England
committed
Fix typo
1 parent 5835185 commit 285c711

File tree

1 file changed

+3
-3
lines changed
  • components/molecules/GravityForm/Fields

1 file changed

+3
-3
lines changed

components/molecules/GravityForm/Fields/Select.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as Input from '@/components/atoms/Inputs'
44
import cn from 'classnames'
55

66
/**
7-
* Render GravityForms Checkbox field component.
7+
* Render GravityForms Select field component.
88
*
9-
* @param {object} props GravityForm Checkbox field as props.
9+
* @param {object} props GravityForm Select field as props.
1010
* @param {string} props.className GravityForm field wrapper class.
1111
* @param {string} props.description GravityForm field description.
1212
* @param {string|number} props.id GravityForm field id.
@@ -15,7 +15,7 @@ import cn from 'classnames'
1515
* @param {string} props.size GravityForm field size.
1616
* @param {Array} props.selectChoices GravityForm field selection options.
1717
* @param {boolean} props.visibility GravityForm field visibility.
18-
* @return {Element} The Checkbox component.
18+
* @return {Element} The Select component.
1919
*/
2020
export default function Select({
2121
className,

0 commit comments

Comments
 (0)