From 2aa55ccbeef2bb872bd1e2469d325cdfa9a676a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=20Audrey=20=E2=9C=A8?= Date: Thu, 26 Dec 2024 11:59:16 -0500 Subject: [PATCH] fix build --- docs/contributing/commit-signing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/commit-signing.mdx b/docs/contributing/commit-signing.mdx index 2777eaf2..8e0ec6b5 100644 --- a/docs/contributing/commit-signing.mdx +++ b/docs/contributing/commit-signing.mdx @@ -26,8 +26,8 @@ Github supports commit signing with GPG, SSH and S/MIME. :::tip If you're unsure what to use, we recommend SSH. Create a new commit signing key instead of reusing -your Github authentication key. Remember to protect the key with a -[strong passphrase or password](password-generation). +your Github authentication key. Remember to protect the key with a [strong passphrase or +password][password-generation]. ```bash EMAIL=your.commit.email@example.com