Skip to content

Commit b9fb5d6

Browse files
authored
Update remote-desktops.md
1 parent 2df01ec commit b9fb5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guides/workspace-access/remote-desktops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use your favorite RDP client to connect to `<workspace-name>.coder` instead of `
6161
> [!NOTE]
6262
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
6363
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
64-
> When this happens, the RDP client will appear to connect, but display a blank screen.
64+
> When this happens, the RDP client will appear to connect, but displays a blank screen.
6565
>
6666
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
6767
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
@@ -87,7 +87,7 @@ For example:
8787
coder://coder.example.com/v0/open/ws/myworkspace/agent/main/rdp?username=Administrator&password=coderRDP!
8888
```
8989

90-
To include a Coder Desktop button to the workspace dashboard page, add a `coder_app` resource to the template:
90+
To include a Coder Desktop button on the workspace dashboard page, add a `coder_app` resource to the template:
9191

9292
```tf
9393
locals {
@@ -111,7 +111,7 @@ Registry adds a one-click button to open an RDP session in the browser. This
111111
requires just a few lines of Terraform in your template, see the documentation
112112
on our registry for setup.
113113

114-
![Web RDP Module in a Workspace](../../images/user-guides/web-rdp-demo.png)
114+
![Windows RDP Module in a Workspace](../../images/user-guides/web-rdp-demo.png)
115115

116116
## Amazon DCV Windows
117117

0 commit comments

Comments
 (0)