Skip to content

Commit

Permalink
follow suggestion and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 5, 2021
1 parent a88fe54 commit 78d9f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/pages/guides/typescript/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Minimum configuration

<!-- #default-branch-switch -->

MUI requires a minimum version of TypeScript 3.5. Have a look at the [Create React App with TypeScript](https://github.com/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript) example.

For types to work, you should have at the minimum the following options enabled
Expand Down Expand Up @@ -39,7 +41,7 @@ type in those cases for [the same reasons `event.target` is not generic in React

The demos include typed variants that use type casting. It is an acceptable tradeoff
because the types are all located in a single file and are very basic. You have to decide for yourself
if the same tradeoff is acceptable for you. The library types are be strict
if the same tradeoff is acceptable for you. The library types are strict
by default and loose via opt-in.

## Customization of `Theme`
Expand Down

0 comments on commit 78d9f90

Please sign in to comment.