Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from jansenignacio/patch-1
Browse files Browse the repository at this point in the history
fix: grammatical error in subscriptions docs
  • Loading branch information
Urigo authored May 28, 2017
2 parents 5b2a57e + 7c61b5e commit 1c191de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 403

`PubSub` is a class that exposes a simple `publish` and `subscribe` API.

It sits between you application's logic and the GraphQL subscriptions engine - it receives a publish command from your app logic and pushing it to your GraphQL execution engine.
It sits between your application's logic and the GraphQL subscriptions engine - it receives a publish command from your app logic and pushing it to your GraphQL execution engine.

`graphql-subscriptions` exposes a default `PubSub` class you can use for a simple usage of data publication.

Expand Down

0 comments on commit 1c191de

Please sign in to comment.