We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c29aa commit cd5ab1bCopy full SHA for cd5ab1b
.changeset/beige-rings-relate.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+docs: Fix Typos in comments
packages/react/src/index.ts
@@ -147,7 +147,7 @@ export type {
147
SegmentedControlButtonProps,
148
SegmentedControlIconButtonProps,
149
} 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
+// 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
151
export {default as Select} from './Select'
152
export type {SelectProps} from './Select'
153
export {SelectPanel} from './SelectPanel'
0 commit comments