docs: fix typo in subscription setup opening sentence (#321)

This commit is contained in:
Jake Ingman
2018-08-30 06:44:17 -05:00
committed by Guillaume Chau
parent 96d3ac4761
commit 706324c094
+1 -1
View File
@@ -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