Skip to content

Commit

Permalink
Update single-package-workspaces.mdx (#9187)
Browse files Browse the repository at this point in the history
### Description

Replace an `is` with an `isn't`

Co-authored-by: Anthony Shew <[email protected]>
  • Loading branch information
svenheden and anthonyshew authored Nov 7, 2024
1 parent c6e651a commit 5bbdc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/single-package-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For even faster developer workflows, you can [install `turbo` globally](/repo/do

Once installed, you can run `turbo build` and Turborepo will run your `build` script from `package.json`. Running `turbo build` again will hit the cache.

At this point, `turbo` is providing much value since you're likely to only be rebuilding your application when code changes and, when your code changes, `turbo` will miss the cache. In two short steps, you can get more out of `turbo`.
At this point, `turbo` isn't providing much value since you're likely to only be rebuilding your application when code changes and, when your code changes, `turbo` will miss the cache. In two short steps, you can get more out of `turbo`.

## Running many scripts with one command

Expand Down

0 comments on commit 5bbdc0e

Please sign in to comment.