Skip to content

Commit 2fede24

Browse files
committed
docs: fix typo
1 parent b80b659 commit 2fede24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/docs/nx-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ nx affected --target=code-pushup
101101
This approach has the following benefits:
102102

103103
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
104+
2. **Fine-grained Caching**: Code level cache invalidation enables usage of [affected](https://nx.dev/recipes/affected-tasks) command
105105
3. **Dependency Management**: Leverage Nx task dependencies and its caching strategy
106106
4. **Clear Separation**: Each plugin has its own target for better debugging and maintainability

0 commit comments

Comments
 (0)