Skip to content

Commit

Permalink
doc: use repository instead of repo
Browse files Browse the repository at this point in the history
Stick with "repository" instead of using both "repository" and "repo".

PR-URL: #39157
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
  • Loading branch information
Trott authored and targos committed Jul 11, 2021
1 parent fff21a4 commit 74bb915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/collaborator-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ issues. If a user opens a security issue in the public repository:

* Ask the user to submit a report through HackerOne as outlined in
[SECURITY.md][].
* Move the issue to the private repo called
* Move the issue to the private repository called
[premature-disclosures](https://github.com/nodejs/premature-disclosures).
* For any related pull requests, create an associated issue in the
`premature-disclosures` repository. Add a copy of the patch for the
Expand Down Expand Up @@ -552,7 +552,7 @@ Checkout proper target branch:
$ git checkout master
```

Update the tree (assumes your repo is set up as detailed in
Update the tree (assumes your repository is set up as detailed in
[CONTRIBUTING.md](./contributing/pull-requests.md#step-1-fork)):

```text
Expand Down

0 comments on commit 74bb915

Please sign in to comment.