diff --git a/docs/pages/docs/features/caching.mdx b/docs/pages/docs/features/caching.mdx index 8f79358cf7f2f..a0e861be1ff20 100644 --- a/docs/pages/docs/features/caching.mdx +++ b/docs/pages/docs/features/caching.mdx @@ -127,7 +127,7 @@ Luckily, you can control `turbo`'s cache fingerprinting (a.k.a. hashing) behavio ``` - Pro Tip: In most monorepos, you're don't often use environment variables in shared packages, but mostly only in applications. Thus, to get higher cache hit rates, you should likely only include environment variables in the app-specific tasks where they are used/inlined. + Pro Tip: In most monorepos, you don't often use environment variables in shared packages, but mostly only in applications. Thus, to get higher cache hit rates, you should likely only include environment variables in the app-specific tasks where they are used/inlined. ## Force overwrite cache