docs: add missing word in build and deploy guide to clarify sentence (#31093)
PR Close #31093
This commit is contained in:
parent
5909c442b7
commit
f4cd2b75b4
@ -460,7 +460,7 @@ module.exports = PROXY_CONFIG;
|
|||||||
|
|
||||||
### Using corporate proxy
|
### Using corporate proxy
|
||||||
|
|
||||||
If you work behind a corporate proxy, the cannot directly proxy calls to any URL outside your local network.
|
If you work behind a corporate proxy, the backend cannot directly proxy calls to any URL outside your local network.
|
||||||
In this case, you can configure the backend proxy to redirect calls through your corporate proxy using an agent:
|
In this case, you can configure the backend proxy to redirect calls through your corporate proxy using an agent:
|
||||||
|
|
||||||
<code-example language="none" class="code-shell">
|
<code-example language="none" class="code-shell">
|
||||||
@ -493,4 +493,3 @@ function setupForCorporateProxy(proxyConfig) {
|
|||||||
|
|
||||||
module.exports = setupForCorporateProxy(proxyConfig);
|
module.exports = setupForCorporateProxy(proxyConfig);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user