summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-24 12:24:57 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-24 12:24:57 +0200
commit281640653da279b706a5773bc87e9ec2c9b43b51 (patch)
tree276b978ac9fe1e448d37c3177e7c22d221b9f7b1
parent1c24eafb4106dc7890ef74093a59009e94baa705 (diff)
downloadgitlab-ce-docs/pat-typo.tar.gz
Remove extra parenthesis in PAT docsdocs/pat-typo
-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