Skip to content

Commit

Permalink
fix: update 25_react.mdx (#1494)
Browse files Browse the repository at this point in the history
fixed line to create new react project, so it's really created as a TS project (the --typescript option is wrong)
  • Loading branch information
OryTiki authored Aug 7, 2023
1 parent 6ef59f3 commit fbf9c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/integrate-auth/25_react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import webm from '../_static/react/screencast.webm'
First we create a new React project:

```shell-session
npx create-react-app my_project --typescript
npx create-react-app my_project --template typescript
cd my_project
```

Expand Down

0 comments on commit fbf9c0c

Please sign in to comment.