Small documentation update (#2376)

Small documentation fix - coming across the phrase "encrypted WSS socket" and it's a bit odd when you're mentally expanding it to: "encrypted web socket secure socket"
This commit is contained in:
Zemmiph0bia 2019-02-27 21:59:29 +11:00 committed by Jesse Rosenberger
parent 3eeebd383f
commit 0b14a3f1ff

View file

@ -145,7 +145,7 @@ Apollo Server works great in "serverless" environments such as Amazon Lambda and
<h3 id="ssl">SSL/TLS Support</h3>
If you require an HTTPS connection to your Apollo Server, you can use the `https` module with `apollo-server-express`. Subscriptions can also go through an encrypted WSS socket.
If you require an HTTPS connection to your Apollo Server, you can use the `https` module with `apollo-server-express`. Subscriptions can also go through an encrypted WebSocket (WSS)
Here is an example of using HTTPS in production and HTTP in development, with subscriptions: