From 716fea5dd5fc6206b91a87472c7b08af7f32a000 Mon Sep 17 00:00:00 2001 From: Pramod Kotipalli Date: Sat, 4 Jul 2020 13:10:07 -0700 Subject: [PATCH] Fix typo --- content/docs/command-reference/remote/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/remote/add.md b/content/docs/command-reference/remote/add.md index dcc39b5e09..adc643d7aa 100644 --- a/content/docs/command-reference/remote/add.md +++ b/content/docs/command-reference/remote/add.md @@ -195,7 +195,7 @@ $ dvc remote add -d myremote "azure://" ### Click for Google Drive -To start using a GDrive remote, fist add it with a +To start using a GDrive remote, first add it with a [valid URL format](/doc/user-guide/setup-google-drive-remote#url-format). Then simply use any DVC command that needs it (e.g. `dvc pull`, `dvc fetch`, `dvc push`), and follow the instructions to connect your Google Drive with DVC.