Skip to content

Commit e74d407

Browse files
jen729wstubailo
jen729w
authored andcommitted
Fix typo GraphiQL -> GraphQL (graphql#571)
* Update BestPractice-Introduction.md Typo fix. * GraphiQL is actually a thing! Corrected and linked
1 parent 98330e5 commit e74d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Following are brief descriptions of some of the more common best practices and o
1616

1717
### HTTP
1818

19-
GraphQL is typically served over HTTP via a single endpoint which expresses the full set of capabilities of the service. This is in contrast to REST APIs which expose a suite of URLs each of which expose a single resource. While GraphQL could be used alongside a suite of resource URLs, this can make it harder to use with tools like GraphiQL.
19+
GraphQL is typically served over HTTP via a single endpoint which expresses the full set of capabilities of the service. This is in contrast to REST APIs which expose a suite of URLs each of which expose a single resource. While GraphQL could be used alongside a suite of resource URLs, this can make it harder to use with tools like [GraphiQL](https://github.com/graphql/graphiql).
2020

2121
Read more about this in [Serving over HTTP](/learn/serving-over-http/).
2222

0 commit comments

Comments
 (0)