docs(core): fix typo

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
Juri Strumpflohner 2024-08-07 08:20:41 -07:00
parent a7e8e6a022
commit 8ca7e949ec

View File

@ -138,7 +138,7 @@ Learn more [about configuring inputs including `namedInputs`](/recipes/running-t
## Configure Caching Automatically
When using [Nx plugins](/concepts/nx-plugins), many caching configurations are handled automatically, saving you the effort of manual setup. **Nx plugins can [automatically infer tasks](/concepts/inferred-tasks) and configure caching** based on your underlying tooling configuration files.
When using [Nx plugins](/concepts/nx-plugins), many tasks have caching configured automatically, saving you the effort of manual setup. **Nx plugins can [automatically infer tasks](/concepts/inferred-tasks) and configure caching** based on your underlying tooling configuration files.
For example, if you add the `@nx/vite` plugin using the following command...