From 706324c094300a56ec85e426886e1bbfb5043298 Mon Sep 17 00:00:00 2001 From: Jake Ingman Date: Thu, 30 Aug 2018 06:44:17 -0500 Subject: [PATCH] docs: fix typo in subscription setup opening sentence (#321) --- docs/guide/apollo/subscriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/apollo/subscriptions.md b/docs/guide/apollo/subscriptions.md index da9a7bf..cf78983 100644 --- a/docs/guide/apollo/subscriptions.md +++ b/docs/guide/apollo/subscriptions.md @@ -4,7 +4,7 @@ *For the server implementation, you can take a look at [this simple example](https://github.com/Akryum/apollo-server-example).* -To make enable the websocket-based subscription, a bit of additional setup is required: +To enable the websocket-based subscription, a bit of additional setup is required: ``` npm install --save apollo-link-ws apollo-utilities