From d10b9385553844c9294b5611c534a4204b557b70 Mon Sep 17 00:00:00 2001 From: Elliot Huntington Date: Thu, 16 Jul 2026 00:58:26 -0600 Subject: [PATCH] Fix typo in GPG credentials documentation --- docs/pages/developing-in-workspaces/credentials.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/developing-in-workspaces/credentials.mdx b/docs/pages/developing-in-workspaces/credentials.mdx index fe3c277a49..a66c3fe28a 100644 --- a/docs/pages/developing-in-workspaces/credentials.mdx +++ b/docs/pages/developing-in-workspaces/credentials.mdx @@ -29,7 +29,7 @@ devpod context set-options default -o SSH_INJECT_DOCKER_CREDENTIALS=false DevPod will make gpg keys available inside the dev container through an ssh tunnel. This allows you to sign commits from inside the workspace. -If you want DevPod to inject the gpg keys, you must that via the following command for all workspaces: +If you want DevPod to inject the gpg keys, you must enable that via the following command for all workspaces: ``` devpod context set-options default -o GPG_AGENT_FORWARDING=true ```