@@ -51,7 +51,7 @@ respected.
5151
5252We accept code contributions as :ref: `GitHub Pull Requests <github-reviews >`.
5353Our project is generally too large to subscribe to all github notifications, so
54- if you want to be notified of pull requests affecting a specific parts of the
54+ if you want to be notified of pull requests affecting specific parts of the
5555code, you can join
5656one of the `pr-subscribers-* <https://github.com/orgs/llvm/teams?query=pr-subscribers >`_
5757GitHub teams. This `mapping <https://github.com/llvm/llvm-project/blob/main/.github/new-prs-labeler.yml >`_
@@ -388,7 +388,7 @@ Below are some guidelines about the format of the message itself:
388388 reviews.
389389
390390* The body should be concise, but explanatory, including a complete
391- reasoning . Unless it is required to understand the change, examples,
391+ rationale . Unless it is required to understand the change, examples,
392392 code snippets and gory details should be left to bug comments, web
393393 review or the mailing list.
394394
@@ -474,7 +474,7 @@ What are the expectations around a revert?
474474 the commit thread asking for assistance. We aren't trying to enumerate
475475 every case, but rather give a set of guidelines.
476476* You should be sure that reverting the change improves the stability of tip
477- of tree. Sometimes reverting one change in a series can worsen things
477+ of tree. Sometimes, reverting one change in a series can worsen things
478478 instead of improving them. We expect reasonable judgment to ensure that
479479 the proper patch or set of patches is being reverted.
480480* The commit message for the reverting commit should explain why patch
@@ -591,7 +591,7 @@ Proposing Major Changes (RFCs)
591591
592592LLVM is a large community with many stakeholders, and before landing any major
593593change, it is important to discuss the design of a change publicly with the
594- community. This is done by posting an Request For Comments (RFC) on the `LLVM
594+ community. This is done by posting a Request For Comments (RFC) on the `LLVM
595595Discourse forums `_.
596596
597597The design of LLVM is carefully controlled to ensure that all the pieces fit
@@ -628,7 +628,7 @@ confirming that we can all live with the tradeoffs embodied in the proposal.
628628
629629The LLVM Area Teams (defined in `LP0004
630630<https://github.com/llvm/llvm-www/blob/main/proposals/LP0004-project-governance.md> `_)
631- are responsible for facilitating project decision making. In cases were there
631+ are responsible for facilitating project decision making. In cases where there
632632isn't obvious agreement, area teams should step in to restate their perceived
633633consensus. In cases of deeper disagreement, area teams should try to identify
634634the next steps for the proposal, such as gathering more data, changing the
0 commit comments