Skip to content

Commit

Permalink
docs(nxdev): fix typo on react nx tutorial (#10279)
Browse files Browse the repository at this point in the history
Fixes #10278
  • Loading branch information
jelilat committed May 13, 2022
1 parent c6c7b64 commit 38809f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/react-tutorial/01-create-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ yarn global add nx
Alternatively, you can run the local installation of Nx by prepending every command with `npx`:

```bash
npx nx -- serve todos
npx nx serve todos
```

or
Expand Down

1 comment on commit 38809f1

@vercel
Copy link

@vercel vercel bot commented on 38809f1 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.