diff --git a/.changeset/afraid-cars-rescue.md b/.changeset/afraid-cars-rescue.md new file mode 100644 index 00000000000..15555642f69 --- /dev/null +++ b/.changeset/afraid-cars-rescue.md @@ -0,0 +1,6 @@ +--- +'@shopify/polaris': patch +'polaris.shopify.com': patch +--- + +Fixed typos and `editOnGithubUrl` in docs diff --git a/polaris-react/src/components/RadioButton/RadioButton.tsx b/polaris-react/src/components/RadioButton/RadioButton.tsx index 8de7139f26e..992e9eb140a 100644 --- a/polaris-react/src/components/RadioButton/RadioButton.tsx +++ b/polaris-react/src/components/RadioButton/RadioButton.tsx @@ -8,7 +8,7 @@ import type {ChoiceBleedProps} from '../Choice'; import styles from './RadioButton.scss'; export interface RadioButtonProps extends ChoiceBleedProps { - /** Indicates the ID of the element that describes the the radio button */ + /** Indicates the ID of the element that describes the radio button */ ariaDescribedBy?: string; /** Label for the radio button */ label: React.ReactNode; diff --git a/polaris-react/src/utilities/tests/is-input-focused.test.tsx b/polaris-react/src/utilities/tests/is-input-focused.test.tsx index 30fd934f669..857cccd1dec 100644 --- a/polaris-react/src/utilities/tests/is-input-focused.test.tsx +++ b/polaris-react/src/utilities/tests/is-input-focused.test.tsx @@ -4,7 +4,7 @@ import {mount} from 'tests/utilities'; import {isInputFocused} from '../is-input-focused'; describe('isInputFocused', () => { - it('returns true when the the focused element is not input, textarea, select or has the attribute contenteditable', () => { + it('returns true when the focused element is not input, textarea, select or has the attribute contenteditable', () => { const markup = mount(