Skip to content

Commit

Permalink
docs(misc): fix hyphens in code sample (#9088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael M committed Feb 28, 2022
1 parent 615955a commit f13ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/guides/nx-and-ts.md
Expand Up @@ -16,7 +16,7 @@ The `@nrwl/js` package ships with corresponding generators and executors that be
To get started with TypeScript packages in Nx, either add the `@nrwl/js` package to an existing Nx workspace or generate a new Nx workspace using the `--preset=ts` preset.

```bash
npx create-nx-workspace happynrwl -preset=ts
npx create-nx-workspace happynrwl --preset=ts
```

Generating a new workspace creates a lightweight setup with a `packages` and `tools` folder. The `tools` folder is where you can add monorepo specific scripts and custom Nx generators, the `packages` folder is where all our TS based libs will live.
Expand Down

1 comment on commit f13ce2b

@vercel
Copy link

@vercel vercel bot commented on f13ce2b Feb 28, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.