CONTRIBUTING: Fix typo

Fix "For example." -> "For example," (orphaned period)

Signed-off-by: nullcurve <did🔑z6MkpP5WGopov3BTRK9dmCo5TmqngpAuJ57JW8cywPggZ8HP@radicle.xyz>
Co-authored-by: Claude <noreply@anthropic.com>
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
nullcurve 2026-04-22 21:56:05 +00:00 committed by Fintan Halpenny
parent 0bbedb9650
commit 898e00ecf1
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ When proposing changes via a patch:
change, unless it's helpful to make a large change over multiple commits,
while still respecting (1). Do not include `fixup!` commits either.
3. A commit *may* include a category prefix such as `cli:` or `node:` if it
mainly concerns a certain area of the codebase. For example. These prefixes
mainly concerns a certain area of the codebase. For example, these prefixes
should usually be the name of the crate, minus any common prefix. Eg.
`cli:`, and *not* `radicle-cli:`. For documentation, you can use `docs:`,
and for CI-related files, you can use `ci:`. Additionally, you can add