aboutsummaryrefslogtreecommitdiffstats
path: root/graphql.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 /graphql.md
parent85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff)
downloadsr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz
s/hyphen/em dash/g
Diffstat (limited to 'graphql.md')
-rw-r--r--graphql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql.md b/graphql.md
index d18fef7..1cc59e1 100644
--- a/graphql.md
+++ b/graphql.md
@@ -142,7 +142,7 @@ query {
```
Each field adds 1 to your complexity, unless it represents a relationship like
-sshKeys - in which case it is multiplied by the number of results you request.
+sshKeys — in which case it is multiplied by the number of results you request.
The total complexity of your request is capped to 200 by default; some services
permit more.