소스 검색

Merge pull request #779 from alexcameron89/patch-1

Fix a typo in the GraphQL Docs
Paulo Margarido 4 년 전
부모
커밋
c4559e6ffd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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