From 898e00ecf1e25be1089d02b4a8c50f7bd08de4bb Mon Sep 17 00:00:00 2001 From: nullcurve Date: Wed, 22 Apr 2026 21:56:05 +0000 Subject: [PATCH] CONTRIBUTING: Fix typo Fix "For example." -> "For example," (orphaned period) Signed-off-by: nullcurve Co-authored-by: Claude Co-Authored-By: Paperclip --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33e83c38..11ae2650 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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