diff --git a/apps/website/screens/components/file-input/overview/FileInputOverviewPage.tsx b/apps/website/screens/components/file-input/overview/FileInputOverviewPage.tsx index 44d0e37ae..436f53c1e 100644 --- a/apps/website/screens/components/file-input/overview/FileInputOverviewPage.tsx +++ b/apps/website/screens/components/file-input/overview/FileInputOverviewPage.tsx @@ -95,7 +95,7 @@ const sections = [ A form input (also known as a form field) is used to capture user data. Common input types include text fields, date pickers, number fields, radio buttons, checkboxes, toggles and dropdowns. Forms should always - include a submission method—such as a submit button, link or keyboard trigger—to complete the interaction. + include a submission method, such as a submit button, link or keyboard trigger, to complete the interaction. ), @@ -127,7 +127,7 @@ const sections = [ Most inputs can also present standard interactive or informative states: - Disabled: this state prevents users from interacting with the field. It’s typically + Disabled: this state prevents users from interacting with the field. It's typically used when a value is not applicable or editable under certain conditions or roles.