diff --git a/docs/site/content/docs/crafting-your-repository/caching.mdx b/docs/site/content/docs/crafting-your-repository/caching.mdx index 22fd696223c97..d9691e45c3d5f 100644 --- a/docs/site/content/docs/crafting-your-repository/caching.mdx +++ b/docs/site/content/docs/crafting-your-repository/caching.mdx @@ -204,7 +204,7 @@ Turborepo has a [`--summarize` flag](/docs/reference/run#--summarize) that can b ### Turning off caching -Sometimes, you may not want to write the output of tasks to the cache. This can be set permanently for a task using [`"cache": false`](/docs/reference/configuration#cache) or for a whole run using [ the `--no-cache` flag](/docs/reference/run#--no-cache). +Sometimes, you may not want to write the output of tasks to the cache. This can be set permanently for a task using [`"cache": false`](/docs/reference/configuration#cache) or for a whole run using [ the `--cache ` flag](/docs/reference/run#--no-cache). ### Overwriting a cache