summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-16 05:10:11 +0000
committerEvan Read <eread@gitlab.com>2018-11-16 05:10:11 +0000
commite7a40cbe1637c7331e3397ed29a5e66ee7a1ade6 (patch)
treeed30c0816dcb4377b79b9ba482bdbaa43cea32e0 /doc/api
parentfad88129f4aacda44b011a2404b0a53049d6212d (diff)
parent884dc4a1dfbcdaf1df4e0d1f7f83100f8437b19b (diff)
downloadgitlab-ce-e7a40cbe1637c7331e3397ed29a5e66ee7a1ade6.tar.gz
Merge branch 'fix-typo-addres-to-address' into 'master'
fix typo addres to address See merge request gitlab-org/gitlab-ce!23108
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/avatar.md2
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.