Skip to content

Commit 2b705fb

Browse files
authored
Fix typo (#41)
Fix typo
2 parents c9328e2 + 6bc02fd commit 2b705fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ const gatsbyNodeTypes = [
521521
posts(limit: $limit, offset: $offset) { ..._PostId_ }
522522
}
523523
+ query NODE_POST {
524-
+ post(id: $id) } { ..._PostId_ }
524+
+ post(id: $id) { ..._PostId_ }
525525
+ }
526526
fragment _PostId_ on Post { __typename id }
527527
`,

0 commit comments

Comments
 (0)