From 95b7b7d7a1a31ea2e6b14c9beeed5199da81e235 Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer <47224540+astahmer@users.noreply.github.com> Date: Fri, 11 Feb 2022 17:15:18 +0100 Subject: [PATCH] fix: typo from: you're don't often to: you don't often --- docs/pages/docs/features/caching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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