summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-13 14:10:31 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-14 08:40:21 +0200
commit8fb33b8f01c3b53a16cd5e086361c85d061b4de0 (patch)
treecfda582b26139f4dccb521a4810ec2d398d4d66e /doc/api/users.md
parent578f460674e14b4c8ca71cda7ac5a0378b724712 (diff)
downloadgitlab-ce-docs/personal-access-tokens.tar.gz
Add docs for personal access tokensdocs/personal-access-tokens
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index f4167ba2605..91ce4f6dac3 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -804,7 +804,7 @@ Example response:
It creates a new impersonation token. Note that only administrators can do this.
You are only able to create impersonation tokens to impersonate the user and perform
-both API calls and Git reads and writes. The user will not see these tokens in his profile
+both API calls and Git reads and writes. The user will not see these tokens in their profile
settings page.
```