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

Commit

Permalink
Typo and wordiness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
breyed authored and wtrocki committed May 28, 2022
1 parent 3abc57c commit 0a237f8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Graphback provides out of the box subscriptions support by providing one of the
from https://github.com/apollographql/graphql-subscriptions library.
Developers can connect to any publish subscribe mechanism that is officially supported by graphql-subscriptions
or even write their own.
Graphback templates by default using `InMemoryPubSubEngine` which is not designed to be used for production
use cases.
Graphback templates by default use `InMemoryPubSubEngine`, which is not designed for production use.

We recomend following engines:

Expand Down Expand Up @@ -77,4 +76,4 @@ export class AMQCRUDService extends CrudService {

## Running example

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

0 comments on commit 0a237f8

Please sign in to comment.