Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/beige-rings-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

docs: Fix Typos in comments
2 changes: 1 addition & 1 deletion packages/react/src/KeybindingHint/key-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const accessibleKeyName = (key: string, isMacOS: boolean) =>
printscreen: 'print screen',
// We don't need to represent _every_ symbol - only those found on standard keyboards.
// Other symbols should be avoided as keyboard shortcuts anyway.
// These should match the colloqiual names of the keys, not the names of the symbols. Ie,
// These should match the colloquial names of the keys, not the names of the symbols. Ie,
// "Equals" not "Equal Sign", "Dash" not "Minus", "Period" not "Dot", etc.
'`': 'backtick',
'~': 'tilde',
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/NavList/NavList.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ figma.connect(
example: ({actionList}) => <NavList.Item href="#">{actionList.text}</NavList.Item>,
},
)
/** Collapsable item **/
/** Collapsible item **/
figma.connect(
NavList.Item,
'https://www.figma.com/design/GCvY3Qv8czRgZgvl1dG6lp/Primer-Web?node-id=16716-62586&m=dev',
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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'
Expand Down
Loading