Forráskód Böngészése

Fix a typo in the GraphQL Docs

This simply fixes a typo in the GraphQL documentation.
Alex Kitchens 4 éve
szülő
commit
beb14c7565
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/graphql.md

+ 1 - 1
docs/graphql.md

@@ -32,7 +32,7 @@ result.data.shop.name
 ## Getting started
 
 1. [Dump the schema](#dump-the-schema)
-2. [Configure session/authencation](#sessions-and-authentication)
+2. [Configure session/authentication](#sessions-and-authentication)
 3. [Make queries](#make-queries)
 
 ### Dump the schema