docs(core): fixes typo under project configuration (#8898)

# What is changed

Fixes `if you satisfied` with `if you're satisfied`.
This commit is contained in:
Quincy Hill 2022-02-10 16:08:50 -06:00 committed by GitHub
parent 1e647b9c83
commit 2f52e1a9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ The `project.json` file contains configuration specific to its project. This fil
Plugins. It configures custom executors, which are used instead of npm scripts. Custom executors are typed, toolable and provide a
lot more flexibility for running long-live processes. They are also more composable.
If you satisfied with npm scripts though, you will never see a `project.json` file in your workspace. But we encourage
If you're satisfied with npm scripts though, you will never see a `project.json` file in your workspace. But we encourage
you to explore Nx Plugins and the power they bring.
Let's look at the following `project.json`: