Skip to content

Commit c6452e1

Browse files
authored
Fix code formatting in GraphQL query in README
1 parent 555e73a commit c6452e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
256256
query ($first: Int, $after: String) {
257257
characters(first: $first, after: $after) {
258258
totalCount
259-
pageInfo {
259+
pageInfo {
260260
hasNextPage
261261
hasPreviousPage
262262
startCursor

0 commit comments

Comments
 (0)