diff --git a/content/docs/user-guide/pipelines/run-cache.md b/content/docs/user-guide/pipelines/run-cache.md index a58239c3a6..69755d6b29 100644 --- a/content/docs/user-guide/pipelines/run-cache.md +++ b/content/docs/user-guide/pipelines/run-cache.md @@ -2,7 +2,7 @@ Every time you run a pipeline with DVC, it logs the unique signature of each stage run (in `.dvc/cache/runs`). If it never happened before, its command(s) -are executed normally. Every subsequent time a stage runs under the +are executed normally. Every subsequent time a stage runs under the same conditions, the previous results can be restored instantly -- without wasting time or computing resources. [More details](/doc/user-guide/project-structure/internal-files#run-cache)