diff --git a/packages/react/one-time-password-field/src/one-time-password-field.tsx b/packages/react/one-time-password-field/src/one-time-password-field.tsx index 0f1065bf6b..e0356d7b80 100644 --- a/packages/react/one-time-password-field/src/one-time-password-field.tsx +++ b/packages/react/one-time-password-field/src/one-time-password-field.tsx @@ -117,7 +117,7 @@ interface OneTimePasswordFieldOwnProps { */ dir?: RovingFocusGroupProps['dir']; /** - * Whether or not the the field's input elements are disabled. + * Whether or not the field's input elements are disabled. */ disabled?: boolean; /** diff --git a/packages/react/separator/src/separator.tsx b/packages/react/separator/src/separator.tsx index a572a9cc6b..72e74fa074 100644 --- a/packages/react/separator/src/separator.tsx +++ b/packages/react/separator/src/separator.tsx @@ -19,7 +19,7 @@ interface SeparatorProps extends PrimitiveDivProps { orientation?: Orientation; /** * Whether or not the component is purely decorative. When true, accessibility-related attributes - * are updated so that that the rendered element is removed from the accessibility tree. + * are updated so that the rendered element is removed from the accessibility tree. */ decorative?: boolean; } diff --git a/packages/react/toast/src/toast.tsx b/packages/react/toast/src/toast.tsx index 00cad0a56a..639c85f2f9 100644 --- a/packages/react/toast/src/toast.tsx +++ b/packages/react/toast/src/toast.tsx @@ -299,7 +299,7 @@ const ToastViewport = React.forwardRef /> )} {/** - * tabindex on the the list so that it can be focused when items are removed. we focus + * tabindex on the list so that it can be focused when items are removed. we focus * the list instead of the viewport so it announces number of items remaining. */}