From 0a237f8c593dda84276955294e8eb3e8a4eb30ab Mon Sep 17 00:00:00 2001 From: Edward Brey Date: Fri, 27 May 2022 19:41:59 -0500 Subject: [PATCH] Typo and wordiness fix --- .../version-1.0/subscriptions/subscriptions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/versioned_docs/version-1.0/subscriptions/subscriptions.md b/website/versioned_docs/version-1.0/subscriptions/subscriptions.md index e1b13d69d6..c8bb2b402f 100644 --- a/website/versioned_docs/version-1.0/subscriptions/subscriptions.md +++ b/website/versioned_docs/version-1.0/subscriptions/subscriptions.md @@ -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: @@ -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 \ No newline at end of file +If you wish to use authorization mechanism you can try it on [DataSync starter](https://github.com/aerogear/datasync-starter) project