diff --git a/.changeset/beige-rings-relate.md b/.changeset/beige-rings-relate.md new file mode 100644 index 00000000000..e9e3760535b --- /dev/null +++ b/.changeset/beige-rings-relate.md @@ -0,0 +1,5 @@ +--- +"@primer/react": patch +--- + +docs: Fix Typos in comments diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index 06e6951cc60..b3b6a1ca40d 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -147,7 +147,7 @@ export type { SegmentedControlButtonProps, SegmentedControlIconButtonProps, } from './SegmentedControl' -// Curently there is a duplicate Select component at the root of the dir, so need to be explicit about exporting from the src/Select dir +// Currently there is a duplicate Select component at the root of the dir, so need to be explicit about exporting from the src/Select dir export {default as Select} from './Select' export type {SelectProps} from './Select' export {SelectPanel} from './SelectPanel'