diff --git a/docs/pages/docs/core-concepts/remote-caching.mdx b/docs/pages/docs/core-concepts/remote-caching.mdx index 6a128bac8fbbb..bb2413f255d14 100644 --- a/docs/pages/docs/core-concepts/remote-caching.mdx +++ b/docs/pages/docs/core-concepts/remote-caching.mdx @@ -15,7 +15,7 @@ But there's an issue - the **cache is local to your machine**. When you're worki ![](../../../public/images/docs/local-caching.png) -Since Turborepo only caches to the local filesystem by default, the same task (`turbo run build`) must be re-executed on each machine (by you, by your teammates, by your CI, by your PaaS, etc.) even when all of the task inputs are identical—which is wastes time and resources. +Since Turborepo only caches to the local filesystem by default, the same task (`turbo run build`) must be **re-executed on each machine** (by you, by your teammates, by your CI, by your PaaS, etc.) even when all of the task inputs are identical — which **wastes time and resources**. ## A single, shared cache