Skip to content

Commit 050fc39

Browse files
authored
doc: fix typos in contributing docs
Signed-off-by: HoonDongKang <d159123@naver.com> PR-URL: #64520 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 46de80d commit 050fc39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/contributing/first-contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If your first contribution is motivated by an issue you already encounter, but y
2121
is complex, introduces a new feature, breaks backward compatibility, or needs a significant refactor,
2222
it can be useful to open an issue to discuss whether the change or its design is acceptable before
2323
working out the implementation details. The issue can be opened before you send the pull request,
24-
or along side your pull request (in which case, it's better to keep the pull request in draft mode).
24+
or alongside your pull request (in which case, it's better to keep the pull request in draft mode).
2525

2626
Straightforward or non-controversial changes, such as an obvious bug fix or a small refactor, don't
2727
usually benefit from discussions in a separate issue, and can be sent directly as a pull request.

doc/contributing/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ commit.
459459

460460
If a pull request has been inactive for more than six months, add the `stalled` label
461461
to it. That will trigger an automation that adds a comment explaining the pull request
462-
may be close for inactivity, giving a heads-up to the contributor before actually
462+
may be closed for inactivity, giving a heads-up to the contributor before actually
463463
closing it if it remains inactive.
464464

465465
### Approving a change

doc/contributing/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ when troubleshooting tests that timeout in CI. With no log statements, we have
345345
no idea where the test got hung up.
346346

347347
There have been cases where tests fail without `console.log()`, and then pass
348-
when its added, so be cautious about its use, particularly in tests of the I/O
348+
when it's added, so be cautious about its use, particularly in tests of the I/O
349349
and streaming APIs.
350350

351351
Excessive use of console output is discouraged as it can overwhelm the display,

0 commit comments

Comments
 (0)