[PATCH] doc: CONTRIBUTE: replace "as" with "like"
Quentin Schulz <[email protected]> Mon, 20 Jul 2026 10:48:59 +0200
| Newsgroups | de.denx.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> It's either "as with" or "like" but not "as", as reported by Simon. Let's fix this oversight. Fixes: 06f014394594 ("doc: CONTRIBUTE: tell people reviewing *is* contributing") Reported-by: Simon Glass <[email protected]> Suggested-by: Simon Glass <[email protected]> Signed-off-by: Quentin Schulz <[email protected]> --- doc/CONTRIBUTE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst index e8fa595ed4ab..4fc171ed2106 100644 --- a/doc/CONTRIBUTE.rst +++ b/doc/CONTRIBUTE.rst @@ -38,7 +38,7 @@ script. Please don't send patches as attachments, and ensure corporate mail systems don't reformat patches, append disclaimers or other unnecessary notes. The b4 tool automates a number of components mentioned above. -Code is not the only thing you can contribute to the project. As most +Code is not the only thing you can contribute to the project. Like most open-source projects, the U-Boot project suffers from a lack of reviewers. Consider spending some time reading patches on `the mailing list archive <https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to --- base-commit: fdfe2ec48d5c1c2ed03073d73edd3fdd3fe1ffa1 change-id: 20260720-typo-contribute-fbbe0cca7246 Best regards, -- Quentin Schulz <[email protected]>