Merge branch 'docs/pat-typo' into 'master'

Remove extra parenthesis in PAT docs

See merge request gitlab-org/gitlab-ce!20807
This commit is contained in:
Marcia Ramos 2018-07-24 18:04:48 +00:00
commit eabd11bd89
1 changed files with 1 additions and 1 deletions

View File

@ -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