diff --git a/docs/repo-docs/reference/run.mdx b/docs/repo-docs/reference/run.mdx index 91f51de36c64c..6968b4a761724 100644 --- a/docs/repo-docs/reference/run.mdx +++ b/docs/repo-docs/reference/run.mdx @@ -79,7 +79,7 @@ Each option must be followed by one of: # Read and write to local cache, read only to Remote Cache turbo run build --cache=local:rw,remote:r -# Read-only to local cache, read write to Remote Cache +# Read-only to local cache, read and write to Remote Cache turbo run build --cache=local:r,remote:rw # Read and write to local cache, no Remote Cache activity