diff --git a/docs/tutorials/best-practices/scale-coder.md b/docs/tutorials/best-practices/scale-coder.md index 9b248a6339692..7fbb55c10aa20 100644 --- a/docs/tutorials/best-practices/scale-coder.md +++ b/docs/tutorials/best-practices/scale-coder.md @@ -126,10 +126,10 @@ Although Coder Server persists no internal state, it operates as a proxy for end users to their workspaces in two capacities: 1. As an HTTP proxy when they access workspace applications in their browser via -the Coder Dashboard. + the Coder Dashboard. 1. As a DERP proxy when establishing tunneled connections with CLI tools like -`coder ssh`, `coder port-forward`, and others, and with desktop IDEs. + `coder ssh`, `coder port-forward`, and others, and with desktop IDEs. Stopping a Coder Server instance will (momentarily) disconnect any users currently connecting through that instance. Adding a new instance is not