Skip to content

Commit

Permalink
doc: fix typo in contributing guide
Browse files Browse the repository at this point in the history
The convention is for changelog entries to be in the imperative, not the past
tense.
  • Loading branch information
richvdh authored and poljar committed Oct 16, 2024
1 parent 4f49b23 commit 2829b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down

0 comments on commit 2829b07

Please sign in to comment.