Skip to content

Commit c811501

Browse files
committed
fixed tense
1 parent fe075dd commit c811501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ $env:https_proxy = [System.Environment]::GetEnvironmentVariable("https_proxy","M
273273
Restart-Service -Name himds
274274
```
275275

276-
To configure the agent to stop communicating through a proxy server, run the following command to removes the proxy server environmental variable and restart the agent service:
276+
To configure the agent to stop communicating through a proxy server, run the following command to remove the proxy server environmental variable and restart the agent service:
277277

278278
```powershell
279279
[Environment]::SetEnvironmentVariable("https_proxy",$null,"Machine")

0 commit comments

Comments
 (0)