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:
Diffstat (limited to 'doc/development/internal_api.md')
-rw-r--r--doc/development/internal_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/internal_api.md b/doc/development/internal_api.md
index 60aec3a720a..e8fca7535b0 100644
--- a/doc/development/internal_api.md
+++ b/doc/development/internal_api.md
@@ -15,7 +15,7 @@ default this is in the root of the rails app named
`.gitlab_shell_secret`
To authenticate using that token, clients read the contents of that
-file, and include the token Base64 encoded in a `secret_token` param
+file, and include the token Base64 encoded in a `secret_token` parameter
or in the `Gitlab-Shared-Secret` header.
NOTE: **Note:**