diff --git a/content/docs/command-reference/exp/apply.md b/content/docs/command-reference/exp/apply.md
index 44a957013c..8b7a9a5a9c 100644
--- a/content/docs/command-reference/exp/apply.md
+++ b/content/docs/command-reference/exp/apply.md
@@ -18,9 +18,10 @@ Restores an `experiment` into the workspace, as long as we're on the same
project baseline (Git `HEAD`) as when the target experiment was run. The
experiment can be referenced by name or hash (see `dvc exp run` for details).
-Specifically, `dvc exp apply` checks out any files or directories needed to
-reflect the experiment conditions and results. This can include both with DVC
-and Git: code, data, parameters, metrics, etc.
+Specifically, `dvc exp apply` restores any files or directories needed to
+reflect the experiment conditions and results. This means checking out files
+tracked both with DVC and Git: code, raw data, parameters,
+metrics, resulting artifacts, etc.
⚠️ This command will destroy any existing changes in the workspace (Git working
tree) unless the `--no-force` flag is used.