Skip to content

Commit 8fb99fb

Browse files
committed
done with epilouge
1 parent ed54c43 commit 8fb99fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/a-case-for-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ GraphQL has a better developer experience because once you create the schema on
7575

7676
Server-side graphQL libraries come with Playground or GraphQil for you to test your API, so no more fiddling with Postman.
7777

78-
GraphQL also comes with subscriptions which are real connections to the server for use cases like messaging, notifications etc. All without using other libraries for this use case.
78+
GraphQL also comes with subscriptions which are real-time connections to the server for use cases like messaging, notifications etc. All without using other libraries for this use case.

0 commit comments

Comments
 (0)