From 27db6b8e6bb1df74bfa8d55a3c54f8c98cc14fc3 Mon Sep 17 00:00:00 2001 From: Jake Karnes Date: Mon, 9 Oct 2017 16:25:01 +0000 Subject: [PATCH] Fix minor typo in repository_mirroring.md. --- doc/workflow/repository_mirroring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md index 1f9e25e1c194b3..2f6fc103b5613f 100644 --- a/doc/workflow/repository_mirroring.md +++ b/doc/workflow/repository_mirroring.md @@ -16,7 +16,7 @@ project from another source. There are two kinds of repository mirroring features supported by GitLab: **push** and **pull**. The **push** method mirrors the repository in GitLab to another location, whereas the **pull** method mirrors an external repository -in one in GitLab. +to one in GitLab. Once the mirror repository is updated, all new branches, tags, and commits will be visible in the project's activity feed. -- GitLab