docs(core): fix typo in npm-workspaces.md (#27280)

type(docs): fix typo in npm-workspaces.md

Someone's cat slept on their "G" key. `creggggggate` -> `create`

## Current Behavior
Typo exists:
> Does the "lint" script creggggggate any outputs? - Enter nothing

## Expected Behavior
Typo should not exist:
> Does the "lint" script ~~creggggggate~~ create any outputs? - Enter
nothing

## Related Issue(s)
N/A

Fixes #
N/A

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
blitzkrieg 2024-08-09 11:03:30 -07:00 committed by GitHub
parent cd228e538a
commit 46c3949a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ Second, the script asks a series of questions to help set up caching for you.
- `Which scripts are cacheable?` - Choose `typecheck`, `build` and `lint` - `Which scripts are cacheable?` - Choose `typecheck`, `build` and `lint`
- `Does the "typecheck" script create any outputs?` - Enter nothing - `Does the "typecheck" script create any outputs?` - Enter nothing
- `Does the "build" script create any outputs?` - Enter `dist` - `Does the "build" script create any outputs?` - Enter `dist`
- `Does the "lint" script creggggggate any outputs?` - Enter nothing - `Does the "lint" script create any outputs?` - Enter nothing
- `Would you like remote caching to make your build faster?` - Choose `Skip for now` - `Would you like remote caching to make your build faster?` - Choose `Skip for now`
### Explore Your Workspace ### Explore Your Workspace