From 70cbd20142824bdb3dd84e8e9a7d6c000bc65c36 Mon Sep 17 00:00:00 2001 From: Amy Qualls <aqualls@gitlab.com> Date: Wed, 3 Aug 2022 12:56:48 +0000 Subject: [PATCH] Revisions for tone and style Decrease wordiness. Add line breaks. --- doc/user/project/repository/mirror/pull.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/project/repository/mirror/pull.md b/doc/user/project/repository/mirror/pull.md index 828994253d0bb..d0f2b9a808809 100644 --- a/doc/user/project/repository/mirror/pull.md +++ b/doc/user/project/repository/mirror/pull.md @@ -29,7 +29,9 @@ Deleted branches and tags in the upstream repository are not reflected in the downstream repository. NOTE: -If anything in the downstream pull mirror repository is deleted, but still exists in the upstream repository, it is restored upon the next pull. As an example of this behavior, deleting a branch downstream may result in the branch reappearing. +Items deleted from the downstream pull mirror repository, but still in the upstream repository, +are restored upon the next pull. For example: a branch deleted _only_ in the mirrored repository +reappears after the next pull. ## How pull mirroring works -- GitLab