Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-05 00:08:41 +0300
committerStan Hu <stanhu@gmail.com>2018-12-05 00:08:41 +0300
commitc6002b6220c217f2cdab4e888caa38b7fd5638a4 (patch)
tree5d55c9ad9e400926ea67e39a5d6e479356b96651
parent0e3f6251f56563bfafaee2680d6ea07f863df725 (diff)
parent7c84f6eacc0cb13c6f51f6062cdd7a6a9dcd5d7f (diff)
Merge branch 'docs-fix-type-bitbucket-import' into 'master'
Fixed typo in bitbucket import See merge request gitlab-org/gitlab-ce!23568
-rw-r--r--doc/user/project/import/bitbucket_server.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/import/bitbucket_server.md b/doc/user/project/import/bitbucket_server.md
index dc985e87a96..ebf87890cfd 100644
--- a/doc/user/project/import/bitbucket_server.md
+++ b/doc/user/project/import/bitbucket_server.md
@@ -27,7 +27,7 @@ request.
1. Bitbucket Server allows multiple levels of threading. GitLab
import will collapse this into one discussion and quote part of the original
comment.
-1. Declined pull requests have unrecahable commits, which prevents the GitLab
+1. Declined pull requests have unreachable commits, which prevents the GitLab
importer from generating a proper diff. These pull requests will show up as
empty changes.
1. Attachments in Markdown are currently not imported.