From 2829b0730544bede35b69b8335d35adac938d2fb Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 16 Oct 2024 12:17:47 +0100 Subject: [PATCH] doc: fix typo in contributing guide The convention is for changelog entries to be in the imperative, not the past tense. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d35c9b33aa..f56afd7618e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ This patch adds the `Ed25519PublicKey::to_base64()` method, which allows us to stringify Ed25519 and thus present them to users. It's also commonly used when Ed25519 keys need to be inserted into JSON. -Changelog: Added the `Ed25519PublicKey::to_base64()` method which can be used to +Changelog: Add the `Ed25519PublicKey::to_base64()` method which can be used to stringify the Ed25519 public key. ```