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.