diff --git a/packages/react/dialog/src/Dialog.tsx b/packages/react/dialog/src/Dialog.tsx index ab6de9a5e..1a5779336 100644 --- a/packages/react/dialog/src/Dialog.tsx +++ b/packages/react/dialog/src/Dialog.tsx @@ -386,7 +386,7 @@ const DialogContentImpl = React.forwardRef { diff --git a/packages/react/popover/src/Popover.tsx b/packages/react/popover/src/Popover.tsx index 4f3634ca2..215f5173a 100644 --- a/packages/react/popover/src/Popover.tsx +++ b/packages/react/popover/src/Popover.tsx @@ -393,7 +393,7 @@ const PopoverContentImpl = React.forwardRef { * * In order to ensure that updates from custom events are applied predictably, we need to manually flush the batch. * This utility should be used when dispatching a custom event from within another `discrete` event, this utility - * is not nessesary when dispatching known event types, or if dispatching a custom type inside a non-discrete event. + * is not necessary when dispatching known event types, or if dispatching a custom type inside a non-discrete event. * For example: * * dispatching a known click 👎 diff --git a/packages/react/select/src/Select.tsx b/packages/react/select/src/Select.tsx index d8685d650..dc86f0d27 100644 --- a/packages/react/select/src/Select.tsx +++ b/packages/react/select/src/Select.tsx @@ -1580,8 +1580,8 @@ const BubbleSelect = React.forwardRef) => { * wrap it will not be able to access its value via the FormData API. * * We purposefully do not add the `value` attribute here to allow the value - * to be set programatically and bubble to any parent form `onChange` event. - * Adding the `value` will cause React to consider the programatic + * to be set programmatically and bubble to any parent form `onChange` event. + * Adding the `value` will cause React to consider the programmatic * dispatch a duplicate and it will get swallowed. */ return ; diff --git a/packages/react/toast/src/Toast.stories.tsx b/packages/react/toast/src/Toast.stories.tsx index fd6dbef23..a884efbc9 100644 --- a/packages/react/toast/src/Toast.stories.tsx +++ b/packages/react/toast/src/Toast.stories.tsx @@ -405,7 +405,7 @@ export const Chromatic = () => { -

Duration overidden

+

Duration overridden