From a908e00e5fc1741ed3ece43fe01f85173a5838c7 Mon Sep 17 00:00:00 2001 From: "r.bideau" <7304827+rbideau@users.noreply.github.com> Date: Wed, 24 Feb 2021 19:16:54 +0100 Subject: [PATCH] Fix some other typo and add theia to vocab Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com> --- .github/styles/vocab.txt | 1 + contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 2e0bd13962..831df202e1 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -255,6 +255,7 @@ techdocs templated templater templaters +theia toc tolerations toolchain diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index de8a99e35d..cda74e928f 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -65,7 +65,7 @@ If your development environment is in the cloud (like with [AWS Cloud9](https:// In `app-config.local.yaml`, you will probably need to make some changes, the exact values will depend on your setup. -For instance, if your public url is `https://your-public-url.com` and the port `3000` and `8080` are proxified as is: +For instance, if your public url is `https://your-public-url.com` and the port `3000` and `8080` are open: ```yaml app: @@ -83,4 +83,4 @@ backend: If the protocol is `http`, you will need to set `backend.csp.upgrade-insecure-requests` to `false` as well. -The app port must proxy websocket connections in order to make hot reloading work. +The app port must proxy web socket connections in order to make hot reloading work.