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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-12 00:08:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-12 00:08:44 +0300
commit0e9eea40b62fcae67b2bd885dbedd7525fbca3c7 (patch)
tree099467fd4c16441f60a879239056b235c7fdabdc /doc/development/github_importer.md
parent1ca9950d5f890cd8f185e1eda158b969a7244fe2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/github_importer.md')
-rw-r--r--doc/development/github_importer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/github_importer.md b/doc/development/github_importer.md
index 5445f36b9fa..6b8c083d55f 100644
--- a/doc/development/github_importer.md
+++ b/doc/development/github_importer.md
@@ -140,7 +140,7 @@ long we're still performing work.
GitHub has a rate limit of 5 000 API calls per hour. The number of requests
necessary to import a project is largely dominated by the number of unique users
involved in a project (e.g. issue authors). Other data such as issue pages
-and comments typically only requires a few dozen requests to import. This is
+and comments typically only requires a few dozen requests to import. This is
because we need the Email address of users in order to map them to GitLab users.
We handle this by doing the following: