@@ -4,15 +4,15 @@ A custom Git command for managing pull requests. You can run it as
44` git-node ` or ` git node ` . To see the help text, run ` git node ` .
55
66- [ ` git node land ` ] ( #git-node-land )
7- - [ Prerequistes ] ( #git-node-land-prerequistes )
7+ - [ Prerequisites ] ( #git-node-land-prerequisites )
88 - [ Git bash for Windows] ( #git-bash-for-windows )
99 - [ Demo & Usage] ( #demo--usage )
1010- [ ` git node backport ` ] ( #git-node-backport )
1111 - [ Example] ( #example )
1212- [ ` git node sync ` ] ( #git-node-sync )
1313- [ ` git node metadata ` ] ( #git-node-metadata )
1414- [ ` git node v8 ` ] ( #git-node-v8 )
15- - [ Prerequistes ] ( #git-node-v8-prerequistes )
15+ - [ Prerequisites ] ( #git-node-v8-prerequisites )
1616 - [ ` git node v8 major ` ] ( #git-node-v8-major )
1717 - [ ` git node v8 minor ` ] ( #git-node-v8-minor )
1818 - [ ` git node v8 backport <sha..> ` ] ( #git-node-v8-backport-sha )
@@ -48,9 +48,9 @@ Examples:
4848 git node land --continue Continue the current landing session
4949```
5050
51- <a id =" git-node-land-prerequistes " ></a >
51+ <a id =" git-node-land-prerequisites " ></a >
5252
53- ### Prerequistes
53+ ### Prerequisites
5454
55551 . See the readme on how to
5656 [ set up credentials] ( ../README.md#setting-up-credentials ) .
@@ -236,9 +236,9 @@ Update or patch the V8 engine.
236236This tool will maintain a clone of the V8 repository in ` ~/.update-v8/v8 `
237237if it's used without ` --v8-dir ` .
238238
239- <a id =" git-node-v8-prerequistes " ></a >
239+ <a id =" git-node-v8-prerequisites " ></a >
240240
241- ### Prerequistes
241+ ### Prerequisites
242242
243243If you are on macOS, the version of ` patch ` command bundled in the system may
244244be too old for ` git node v8 ` to work. Try installing a newer version of patch
0 commit comments