Skip to content

Commit 646fefa

Browse files
committed
Fix a typo: appreciate instead of appreviate
1 parent 0d8eaaa commit 646fefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TabbedForm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ const formState = useFormState(); // ❌ should deconstruct the formState
678678

679679
## Dynamic Tab Label
680680

681-
`<TabbedForm>` often contain not only inputs, but also related data (e.g. the reviews of a product). Users appreviate that the label of such tabs show the actual number of related elements, to avoid clicking on a tab to reveal an empty list.
681+
`<TabbedForm>` often contain not only inputs, but also related data (e.g. the reviews of a product). Users appreciate that the label of such tabs show the actual number of related elements, to avoid clicking on a tab to reveal an empty list.
682682

683683
![dynamic tab label](./img/FormTab-dynamic-label.png)
684684

0 commit comments

Comments
 (0)