diff options
author | yoda <ysyk88@gmail.com> | 2018-11-15 10:21:49 +0000 |
---|---|---|
committer | yoda <ysyk88@gmail.com> | 2018-11-15 10:21:49 +0000 |
commit | 884dc4a1dfbcdaf1df4e0d1f7f83100f8437b19b (patch) | |
tree | 973c53db536605c1fe62a46bdf7356ebf6427805 /doc | |
parent | f31aea1722c11263b17d01e4ac2f8ba214ffcd0f (diff) | |
download | gitlab-ce-884dc4a1dfbcdaf1df4e0d1f7f83100f8437b19b.tar.gz |
fix typo addres to address
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/avatar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/avatar.md b/doc/api/avatar.md index 7faed893066..aa6f7c185ae 100644 --- a/doc/api/avatar.md +++ b/doc/api/avatar.md @@ -4,7 +4,7 @@ ## Get a single avatar URL -Get a single avatar URL for a given email addres. If user with matching public +Get a single avatar URL for a given email address. If user with matching public email address is not found, results from external avatar services are returned. This endpoint can be accessed without authentication. In case public visibility is restricted, response will be `403 Forbidden` when unauthenticated. |