From df3781df5106a6f9f19c25e89092f49ad3a178ae Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 18 Nov 2019 13:57:35 -0600 Subject: [PATCH] get-started: update sentence about rev_lock in import-data chapter --- static/docs/get-started/import-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/docs/get-started/import-data.md b/static/docs/get-started/import-data.md index 978f2957db..1750a63b9c 100644 --- a/static/docs/get-started/import-data.md +++ b/static/docs/get-started/import-data.md @@ -68,8 +68,8 @@ outs: ``` The `url` subfield under `repo` points to the source project, while `rev_lock` -lets DVC know which Git repository version did the data come from. Note that -`dvc update` updates the `rev_lock` value. +lets DVC know which Git repository version the data came from. Note that +`dvc update`, when successful, updates the `rev_lock` value.