summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-31 00:08:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-31 00:08:50 +0000
commitc49e17ea3715f780cdbbef84f52a8808f98a301e (patch)
treefeba78b9669e5909ba2e2b7f8e2a7b0dc28e6b9c /doc
parentc75a89181492dc8bc7cee96d3f6c3b9d1a65fb5b (diff)
downloadgitlab-ce-c49e17ea3715f780cdbbef84f52a8808f98a301e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/merge_requests/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/getting_started.md b/doc/user/project/merge_requests/getting_started.md
index 8992ea300dc..94a5884a94a 100644
--- a/doc/user/project/merge_requests/getting_started.md
+++ b/doc/user/project/merge_requests/getting_started.md
@@ -17,7 +17,7 @@ branches, also called _feature branches_, to propose changes to
the codebase without introducing them directly into the major
version of the codebase.
-Branching is specially important when collaborating with others,
+Branching is especially important when collaborating with others,
avoiding changes to be pushed directly to the default branch
without prior reviews, tests, and approvals.