Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/react/separator/src/separator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/toast/src/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const ToastViewport = React.forwardRef<ToastViewportElement, ToastViewportProps>
/>
)}
{/**
* 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.
*/}
<Collection.Slot scope={__scopeToast}>
Expand Down