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

Commit 0a237f8

Browse files
breyedwtrocki
authored andcommitted
Typo and wordiness fix
1 parent 3abc57c commit 0a237f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/versioned_docs/version-1.0/subscriptions/subscriptions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Graphback provides out of the box subscriptions support by providing one of the
88
from https://github.com/apollographql/graphql-subscriptions library.
99
Developers can connect to any publish subscribe mechanism that is officially supported by graphql-subscriptions
1010
or even write their own.
11-
Graphback templates by default using `InMemoryPubSubEngine` which is not designed to be used for production
12-
use cases.
11+
Graphback templates by default use `InMemoryPubSubEngine`, which is not designed for production use.
1312

1413
We recomend following engines:
1514

@@ -77,4 +76,4 @@ export class AMQCRUDService extends CrudService {
7776

7877
## Running example
7978

80-
If you wish to use authorization mechanism you can try it on [DataSync starter](https://github.com/aerogear/datasync-starter) project
79+
If you wish to use authorization mechanism you can try it on [DataSync starter](https://github.com/aerogear/datasync-starter) project

0 commit comments

Comments
 (0)