docs: spelling fixes (#3512)
This commit is contained in:
parent
fb9d3b16d6
commit
28b3f122d6
|
@ -99,7 +99,7 @@ Other token options:
|
||||||
#### branch-token
|
#### branch-token
|
||||||
|
|
||||||
The action first creates a branch, and then creates a pull request for the branch.
|
The action first creates a branch, and then creates a pull request for the branch.
|
||||||
For some rare use cases it can be useful, or even neccessary, to use different tokens for these operations.
|
For some rare use cases it can be useful, or even necessary, to use different tokens for these operations.
|
||||||
It is not advisable to use this input unless you know you need to.
|
It is not advisable to use this input unless you know you need to.
|
||||||
|
|
||||||
#### commit-message
|
#### commit-message
|
||||||
|
|
|
@ -324,7 +324,7 @@ jobs:
|
||||||
|
|
||||||
### Keep a fork up-to-date with its upstream
|
### Keep a fork up-to-date with its upstream
|
||||||
|
|
||||||
This example is designed to be run in a seperate repository from the fork repository itself.
|
This example is designed to be run in a separate repository from the fork repository itself.
|
||||||
The aim of this is to prevent committing anything to the fork's default branch would cause it to differ from the upstream.
|
The aim of this is to prevent committing anything to the fork's default branch would cause it to differ from the upstream.
|
||||||
|
|
||||||
In the following example workflow, `owner/repo` is the upstream repository and `fork-owner/repo` is the fork. It assumes the default branch of the upstream repository is called `main`.
|
In the following example workflow, `owner/repo` is the upstream repository and `fork-owner/repo` is the fork. It assumes the default branch of the upstream repository is called `main`.
|
||||||
|
|
Loading…
Reference in a new issue