From 019da4bcf4d9f443c631c50f3b354a4874798878 Mon Sep 17 00:00:00 2001 From: phorcys420 <57866459+phorcys420@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:25:55 +0200 Subject: [PATCH] fix(git-commit-signing): fix typo in README Co-authored-by: Muhammad Atif Ali --- git-commit-signing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index 363531a..1abcf3d 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -12,7 +12,7 @@ tags: [helper, git] This module downloads your SSH key from Coder and uses it to sign commits with Git. It requires `jq` to be installed inside your workspace. -This is not recommended if your workspace can be accessed by other/unwanted people, in the case an administrator account on your Coder account gets breached, the attacker could gain access to your workspace and sign commits on your behalf (since the key is stored in the worksace). +This is not recommended if your workspace can be accessed by other/unwanted people, in the case an administrator account on your Coder account gets breached, the attacker could gain access to your workspace and sign commits on your behalf (since the key is stored in the workspace). If your Coder account gets breached, the SSH key could also be used on your behalf. ```hcl