Skip to content

Commit 30b7c32

Browse files
authored
Merge pull request #8 from dijonkitchen/patch-1
Docs: Fix typo
2 parents 30eb41a + b31c9d8 commit 30b7c32

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
@@ -58,7 +58,7 @@ GraphQL is a powerful data querying language for both frontend and backend devel
5858
}
5959
```
6060

61-
This demonstrates the power of GraphQL to select arbitrarily nested data. Yet it is a difficult pattern to optimize from the schema developer’s perspective. If we naïvely translate this GraphQL query into say, SQL, we get the following psudo queries:
61+
This demonstrates the power of GraphQL to select arbitrarily nested data. Yet it is a difficult pattern to optimize from the schema developer’s perspective. If we naïvely translate this GraphQL query into say, SQL, we get the following pseudo queries:
6262

6363
```
6464
Select the first 5 users.

0 commit comments

Comments
 (0)