Skip to content

Commit

Permalink
Update packages/react-keytips/src/docs/Spec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Valentyna <[email protected]>
  • Loading branch information
mainframev and ValentinaKozlova authored Aug 29, 2024
1 parent 5d689d4 commit ff8de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-keytips/src/docs/Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It provides `KeytipLayer` and `useKeytipRef` to manage the keytips.

```tsx
export default function App() {
// default is 'Alt-Windows' and 'Option-Control' on macOS
// default is 'Alt-Windows' on Windows and 'Option-Control' on macOS
return <KeytipLayer content="Alt Windows" />;
}
```
Expand Down

0 comments on commit ff8de9a

Please sign in to comment.