Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs: Fix typos and markup errors in man pages and CONTRIBUTING
✓ CI success nullcurve committed 15 days ago
commit 1588ae63e4be0437c9382db34ed07b76d592a539
parent bbb12796042ec5b590331186eee5230f8c21f4e3
1 passed (1 total) View logs
3 files changed +5 -5
modified CONTRIBUTING.md
@@ -236,7 +236,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:`.
modified rad-patch.1.adoc
@@ -86,7 +86,7 @@ List patches in the current repository. The default is *--open*.
*--open*::                 List only open patches
*--draft*::                List only draft patches
*--authored*::             Show only patches that you have authored
-
*--author <did>*::         Show only patched where the given user is an author
+
*--author <did>*::         Show only patches where the given user is an author
                           (may be specified multiple times)

=== ready
@@ -101,8 +101,8 @@ to *open*.
Review a patch. Indicate acceptance or rejection of a patch revision along
with a comment.

-
*--revision*, *-r <revision-id>*::   The revision to diff (default: latest)
-
*--patch*, *--p*::                   Review by patch hunks
+
*--revision*, *-r <revision-id>*::   The revision to review (default: latest)
+
*--patch*, *-p*::                   Review by patch hunks
*--hunk <index>*::                   Only review a specific hunk
*--accept*::                         Accept a patch or set of hunks
*--reject*::                         Reject a patch or set of hunks
modified radicle-node.1.adoc
@@ -17,7 +17,7 @@ radicle-node - Radicle node
== Description

A Radicle node synchronizes its Git repositories with other nodes.
-
This manual page is a placeholder to point you at the *--help**
+
This manual page is a placeholder to point you at the *--help*
option.

== SEE ALSO ==