Skip to content

Commit 6154e8e

Browse files
docs: fix typo on <TextInput>(#1165)
Fixed typo in Input sizing section from "hoose" to "choose"
1 parent 788e552 commit 6154e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/components/forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use this example of a form component with `<TextInput>`, `<Checkbox>`, `<Label>`
3535

3636
## Input sizing
3737

38-
Use the `sizing` prop on the `<TextInput>` form component from React to set the size of the input fields. You can hoose from the `sm`, `md`, and `lg` size options.
38+
Use the `sizing` prop on the `<TextInput>` form component from React to set the size of the input fields. You can choose from the `sm`, `md`, and `lg` size options.
3939

4040
<Example name="forms.inputSizing" />
4141

0 commit comments

Comments
 (0)