Skip to content

Commit

Permalink
Fix TypeScript docs typo (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan committed Nov 12, 2021
1 parent 561c0bd commit 1b2f08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If you're rendering React components both server- and client-side, we suggest fo

## TypeScript

Primer React includes TypeScript support and ships with its own typings. You will need still need to to install type typings for the peer dependencies if you import those in your own application code.
Primer React includes TypeScript support and ships with its own typings. You will still need to install type definitions for the peer dependencies if you import those in your own application code.

Once installed, you can import components and their prop type interfaces from the `@primer/components` package:

Expand Down

0 comments on commit 1b2f08d

Please sign in to comment.