Skip to content

Commit cd5ab1b

Browse files
kerimmoreshjonrohanlesliecdubsjoshblack
authored
docs: Fix Typos (#6987)
Co-authored-by: Jon Rohan <[email protected]> Co-authored-by: Leslie Cohn-Wein <[email protected]> Co-authored-by: Josh Black <[email protected]>
1 parent d0c29aa commit cd5ab1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/beige-rings-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
docs: Fix Typos in comments

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export type {
147147
SegmentedControlButtonProps,
148148
SegmentedControlIconButtonProps,
149149
} from './SegmentedControl'
150-
// 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
150+
// 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
151151
export {default as Select} from './Select'
152152
export type {SelectProps} from './Select'
153153
export {SelectPanel} from './SelectPanel'

0 commit comments

Comments
 (0)