docs(core): fix grammar (#28697)

fix grammar

---------

Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
Mathieu Guilbault 2024-11-04 14:55:47 -05:00 committed by GitHub
parent 052a62685f
commit c08d995290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ description: 'Executes any command as if it was a target on the project'
## Usage ## Usage
In package.json, adding a script with `nx exec` will run the command as if it is a target that project: In package.json, adding a script with `nx exec` will run the command as if it is a target on that project:
```json ```json
{ {
@ -37,7 +37,7 @@ Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`
## Examples ## Examples
You can use `npm run <command>` for a project and leverage the caching by wrap your command with `nx exec`. You can use `npm run <command>` for a project and leverage the caching by wrapping your command with `nx exec`.
For example, you can run `npm run docs` as a Nx target for `myorg`: For example, you can run `npm run docs` as a Nx target for `myorg`:

View File

@ -10,7 +10,7 @@ description: 'Executes any command as if it was a target on the project'
## Usage ## Usage
In package.json, adding a script with `nx exec` will run the command as if it is a target that project: In package.json, adding a script with `nx exec` will run the command as if it is a target on that project:
```json ```json
{ {
@ -37,7 +37,7 @@ Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`
## Examples ## Examples
You can use `npm run <command>` for a project and leverage the caching by wrap your command with `nx exec`. You can use `npm run <command>` for a project and leverage the caching by wrapping your command with `nx exec`.
For example, you can run `npm run docs` as a Nx target for `myorg`: For example, you can run `npm run docs` as a Nx target for `myorg`:

View File

@ -10,7 +10,7 @@ description: 'Executes any command as if it was a target on the project'
## Usage ## Usage
In package.json, adding a script with `nx exec` will run the command as if it is a target that project: In package.json, adding a script with `nx exec` will run the command as if it is a target on that project:
```json ```json
{ {
@ -37,7 +37,7 @@ Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`
## Examples ## Examples
You can use `npm run <command>` for a project and leverage the caching by wrap your command with `nx exec`. You can use `npm run <command>` for a project and leverage the caching by wrapping your command with `nx exec`.
For example, you can run `npm run docs` as a Nx target for `myorg`: For example, you can run `npm run docs` as a Nx target for `myorg`: