aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht/oauth-api.md
diff options
context:
space:
mode:
authorSol Fisher Romanoff <sol@solfisher.com>2021-05-16 10:47:31 +0300
committerDrew DeVault <sir@cmpwn.com>2021-05-16 14:09:03 -0400
commit655619212e4295430f6f8adc14b77a8e0db216f3 (patch)
tree9faa6b3c28f0d46e32c49188f7ff73eadca3ebe7 /meta.sr.ht/oauth-api.md
parent85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff)
downloadsr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz
s/hyphen/em dash/g
Diffstat (limited to 'meta.sr.ht/oauth-api.md')
-rw-r--r--meta.sr.ht/oauth-api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md
index 6e1f97b..a4e43c5 100644
--- a/meta.sr.ht/oauth-api.md
+++ b/meta.sr.ht/oauth-api.md
@@ -59,11 +59,11 @@ Provide the following parameters in the query string:
<dt>client_id</dt>
<dd>The client ID assigned to you in the previous step.</dd>
<dt>scopes</dt>
- <dd>A list of scopes you're requesting - see next section.</dd>
+ <dd>A list of scopes you're requesting — see next section.</dd>
<dt>state</dt>
- <dd>Optional: an arbitrary string - see notes.</dd>
+ <dd>Optional: an arbitrary string — see notes.</dd>
<dt>redirect_uri</dt>
- <dd>Optional: your application URI for redirect the user to - see notes.</dd>
+ <dd>Optional: your application URI for redirect the user to — see notes.</dd>
</dl>
The optional `state` field is returned to you after the redirect. One example
@@ -112,7 +112,7 @@ some additional query string parameters you can use for the next steps:
<dt>scopes</dt>
<dd>The list of OAuth scopes the user consented to.</dd>
<dt>error</dt>
- <dd>If present, indicates that an error occurred in the process - see notes.</dd>
+ <dd>If present, indicates that an error occurred in the process — see notes.</dd>
<dt>details</dt>
<dd>If present, a human friendly error string, if that human is an engineer.</dd>
</dl>