summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-07-24 18:04:48 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-07-24 18:04:48 +0000
commiteabd11bd89189142ef33655b001bb9f0a45ee773 (patch)
tree4a229c935d3bef29da847f9344ed89500e314edc
parentc06e2ac888fb5180cdf133df89d03b99eceafa0d (diff)
parent281640653da279b706a5773bc87e9ec2c9b43b51 (diff)
downloadgitlab-ce-eabd11bd89189142ef33655b001bb9f0a45ee773.tar.gz
Merge branch 'docs/pat-typo' into 'master'
Remove extra parenthesis in PAT docs See merge request gitlab-org/gitlab-ce!20807
-rw-r--r--doc/user/profile/personal_access_tokens.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/profile/personal_access_tokens.md b/doc/user/profile/personal_access_tokens.md
index 601db5f424d..25d6c34409c 100644
--- a/doc/user/profile/personal_access_tokens.md
+++ b/doc/user/profile/personal_access_tokens.md
@@ -48,7 +48,7 @@ the following table.
| `api` | Grants complete access to the API (read/write) ([introduced][ce-5951] in GitLab 8.15). Required for accessing Git repositories over HTTP when 2FA is enabled. |
| `read_registry` | Allows to read [container registry] images if a project is private and authorization is required ([introduced][ce-11845] in GitLab 9.3). |
| `sudo` | Allows performing API actions as any user in the system (if the authenticated user is an admin) ([introduced][ce-14838] in GitLab 10.2). |
-| `read_repository` | Allows read-access to the repository through git clone). |
+| `read_repository` | Allows read-access to the repository through git clone. |
[2fa]: ../account/two_factor_authentication.md
[api]: ../../api/README.md