summaryrefslogtreecommitdiff
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorzhangdongdong <zhangdongdong@eswincomputing.com>2022-10-25 03:57:41 +0300
committerAnup Patel <anup@brainfault.org>2022-11-14 19:51:31 +0300
commit8e9966c1a722b4b630bb1f5f3cf6a1f8a4726102 (patch)
tree2abe10ba7afa726c53a0886d9c0fc3516ceaf975 /docs/contributing.md
parent21ba418f1a3b5e9f9f787073c13b15f2243c3297 (diff)
downloadopensbi-8e9966c1a722b4b630bb1f5f3cf6a1f8a4726102.tar.xz
docs: fix some typos
Corrected the typos of some documents in the 'docs' folder. Signed-off-by: zhangdongdong <zhangdongdong@eswincomputing.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 9c2b3ba..78d909e 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -29,7 +29,7 @@ and "top:".
5. Maintainers should use "Rebase and Merge" when using GitHub to merge pull
requests to avoid creating unnecessary merge commits.
6. Maintainers should avoid creating branches directly in the main
-riscv/opensbi repository. Instead prefer using a fork of the riscv/opensbi main
+riscv/opensbi repository. Instead, prefer using a fork of the riscv/opensbi main
repository and branches within that fork to create pull requests.
7. A maintainer cannot merge his own pull requests in the riscv/opensbi main
repository.