diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2016-09-18 00:48:32 +1000 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2016-09-18 16:28:22 +0300 |
commit | 9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7 (patch) | |
tree | 69297fa52f43b93efb2400649f2ab4cde12fb177 /docs/source/api/authentication.rst | |
parent | 821686372ccb18f508f20a1764236174c009573c (diff) | |
download | mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.lz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.xz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.zip |
Spell-check the entire documentation.
Diffstat (limited to 'docs/source/api/authentication.rst')
-rw-r--r-- | docs/source/api/authentication.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/authentication.rst b/docs/source/api/authentication.rst index 1d52d300..2db4a7bd 100644 --- a/docs/source/api/authentication.rst +++ b/docs/source/api/authentication.rst @@ -144,7 +144,7 @@ Only set client_id for update. Only set client_secret for update. This should only be given when you update. -Logo URL <url> is not a valid URL +Logo URL <URL> is not a valid URL This is when the URL specified did not meet the validation. contacts must be a string of space-separated email addresses. @@ -171,7 +171,7 @@ We are not using OAuth2 as we want to stay completely compatible with pump.io. Endpoints --------- -These are the endpoints you need to use for the oauth requests: +These are the endpoints you need to use for the OAuth requests: `/oauth/request_token` is for getting the request token. |