We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80b659 commit 2fede24Copy full SHA for 2fede24
packages/cli/docs/nx-caching.md
@@ -101,6 +101,6 @@ nx affected --target=code-pushup
101
This approach has the following benefits:
102
103
1. **Parallel Execution**: Plugins can run in parallel
104
-2. **Finegrained Caching**: Code level cache invalidation enables usage of [affected](https://nx.dev/recipes/affected-tasks) command
+2. **Fine-grained Caching**: Code level cache invalidation enables usage of [affected](https://nx.dev/recipes/affected-tasks) command
105
3. **Dependency Management**: Leverage Nx task dependencies and its caching strategy
106
4. **Clear Separation**: Each plugin has its own target for better debugging and maintainability
0 commit comments