summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-01-07 14:52:14 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-01-07 14:52:14 +0000
commit5774ffe063296432d4dd564e444c671d27b86596 (patch)
tree8cd37c615a830ed1b762acaad6919a9e2f6b9c11
parentcd11ede9ccdb05ff3e91bb4507af1ff063722608 (diff)
parente21ef238dd80e91255ceb98291bb2344fd7d3b17 (diff)
downloadgitlab-ce-5774ffe063296432d4dd564e444c671d27b86596.tar.gz
Merge branch 'patch-37' into 'master'
[fix] correct typo in repo_by_url.md See merge request gitlab-org/gitlab-ce!24069
-rw-r--r--doc/user/project/import/repo_by_url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/import/repo_by_url.md b/doc/user/project/import/repo_by_url.md
index f43e384de88..c20b1cb7f5e 100644
--- a/doc/user/project/import/repo_by_url.md
+++ b/doc/user/project/import/repo_by_url.md
@@ -6,7 +6,7 @@ You can import your existing repositories by providing the Git URL:
1. Switch to the **Import project** tab
1. Click on the **Repo by URL** button
1. Fill in the "Git repository URL" and the remaining project fields
-1. Click **Create project** to being the import process
+1. Click **Create project** to begin the import process
1. Once complete, you will be redirected to your newly created project
![Import project by repo URL](img/import_projects_from_repo_url.png)