Skip to content

Commit 236e8ce

Browse files
committed
Fix typos
1 parent 8540533 commit 236e8ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc-source/release-process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Once the tests pass GitHub Actions will take care of building and uploading to P
4141
and Anaconda_ (if enabled for the project).
4242
You should keep an eye on the tests to ensure they pass.
4343

44-
The release will be automatcally copied to `GitHub Releases`_ within the next two days using OctoCheese_
44+
The release will be automatcally copied to `GitHub Releases`_ within the next two days using OctoCheese_.
4545

4646
.. _repo-helper: https://docs.repo-helper.uk
4747
.. _GitHub Actions: https://github.com/features/actions

doc-source/tests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can see the results of these test at the bottom of the pull request page:
8383

8484
A label will be added to the pull request automatically if the tests fail:
8585

86-
.. figure:: pull-request-labels
86+
.. figure:: pull-request-labels.png
8787

8888
This makes it easy to identify which tests are failing.
8989
Once the tests pass the label will be removed automatically.
@@ -99,7 +99,7 @@ For more information see https://github.blog/2021-04-22-github-actions-update-he
9999
* Flake8
100100
* The documentation check, if the project has documentation.
101101

102-
If the project only supports Linux the tests on Window will not run and are not required to merge the pull request.
102+
If the project only supports Linux the tests on Windows will not run and are not required to merge the pull request.
103103

104104
Tests on macOS are optional as they take longer than other platforms.
105105
CPython 3.10 and PyPy 3.7 are considered experimental and will not block a pull request from being merged if they fail.

0 commit comments

Comments
 (0)