Skip to content

Commit 8311b29

Browse files
Trotttargos
authored andcommitted
doc: use "repository" in maintaining-V8 doc
Use "repository" instead of "repo". This also adjusts capitalization in a header that was already being modified to use "repository" because even I couldn't bring myself to put that in a separate commit. PR-URL: #39179 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 952580e commit 8311b29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: doc/guides/maintaining-V8.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ Refs: https://github.com/v8/v8/commit/a51f429772d1e796744244128c9feeab4c26a854
274274
PR-URL: https://github.com/nodejs/node/pull/7833
275275
```
276276

277-
* Open a PR against the `v6.x-staging` branch in the Node.js repo. Launch the
278-
normal and [V8 CI][] using the Node.js CI system. We only needed to backport
279-
to `v6.x` as the other LTS branches weren't affected by this bug.
277+
* Open a PR against the `v6.x-staging` branch in the Node.js repository. Launch
278+
the normal and [V8 CI][] using the Node.js CI system. We only needed to
279+
backport to `v6.x` as the other LTS branches weren't affected by this bug.
280280

281281
### Backports identified by the V8 team
282282

@@ -382,7 +382,7 @@ git node v8 major --branch=5.1-lkgr
382382

383383
This should be followed up with manual refloating of all relevant patches.
384384

385-
## Proposal: using a fork repo to track upstream V8
385+
## Proposal: Using a fork repository to track upstream V8
386386

387387
The fact that Node.js keeps a vendored, potentially edited copy of V8 in deps/
388388
makes the above processes a bit complicated. An alternative proposal would be to

0 commit comments

Comments
 (0)