Skip to content

Commit

Permalink
fix abbr for stage (#4853)
Browse files Browse the repository at this point in the history
  • Loading branch information
xentifact authored Sep 12, 2023
1 parent 7711121 commit 97dc582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/user-guide/pipelines/run-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <abbr>stage<abbr> runs under the
are executed normally. Every subsequent time a <abbr>stage</abbr> 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)
Expand Down

0 comments on commit 97dc582

Please sign in to comment.