Skip to content

Commit 12d3f3b

Browse files
committed
small changes to doc to improve consistency between form input documentation
1 parent 73df362 commit 12d3f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/screens/components/file-input/overview/FileInputOverviewPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const sections = [
9595
<DxcParagraph>
9696
A form input (also known as a form field) is used to capture user data. Common input types include text
9797
fields, date pickers, number fields, radio buttons, checkboxes, toggles and dropdowns. Forms should always
98-
include a submission methodsuch as a submit button, link or keyboard triggerto complete the interaction.
98+
include a submission method, such as a submit button, link or keyboard trigger, to complete the interaction.
9999
</DxcParagraph>
100100
</>
101101
),
@@ -127,7 +127,7 @@ const sections = [
127127
<DxcParagraph>Most inputs can also present standard interactive or informative states:</DxcParagraph>
128128
<DxcBulletedList>
129129
<DxcBulletedList.Item>
130-
<strong>Disabled:</strong> this state prevents users from interacting with the field. Its typically
130+
<strong>Disabled:</strong> this state prevents users from interacting with the field. It's typically
131131
used when a value is not applicable or editable under certain conditions or roles.
132132
</DxcBulletedList.Item>
133133
<DxcBulletedList.Item>

0 commit comments

Comments
 (0)