From c975da4838020b8c90b3756df60cd63119280a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Kr=C3=BCck?= <46320394+philipkrueck@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:11:41 +0200 Subject: [PATCH] Fix typo --- docs/pages/how-it-works/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/how-it-works/overview.mdx b/docs/pages/how-it-works/overview.mdx index bbaf424e8..bcf734b79 100644 --- a/docs/pages/how-it-works/overview.mdx +++ b/docs/pages/how-it-works/overview.mdx @@ -27,5 +27,5 @@ is running DevPod deploys an agent to the container. The way in which DevPod com the kubernetes control plane (kubectl), this connection is secured based on this tunnel. The DevPod agent starts a SSH server using the STDIO of the secure tunnel in order for you local DevPod CLI/UI to forward ports over the SSH connection. Once this is done DevPod starts your local IDE and connects it to the devcontainer via SSH. -If you developer environment requires any port forwarding, then your IDE or an SSH connection must be running. That's because devpod needs the SSH server running on the agent to perform the forwarding, -which is deployed when starting the IDE or SSH session. \ No newline at end of file +If your developer environment requires any port forwarding, then your IDE or an SSH connection must be running. That's because devpod needs the SSH server running on the agent to perform the forwarding, +which is deployed when starting the IDE or SSH session.