Skip to content

Commit e0c3a55

Browse files
authored
Fix Typos in Continuous Integration and Release Process Documentation (#9209)
* typo continuous-integration.md * typorelease-process.md
1 parent bbb8e3d commit e0c3a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/dev/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Some of our builds and tests are repeated on the `main` branch, due to:
1616
- our cached state sharing rules, or
1717
- generating base coverage for PR coverage reports.
1818

19-
Currently, each Zebra and lightwalletd full and update sync will updates cached state images,
19+
Currently, each Zebra and lightwalletd full and update sync will update cached state images,
2020
which are shared by all tests. Tests prefer the latest image generated from the same commit.
2121
But if a state from the same commit is not available, tests will use the latest image from
2222
any branch and commit, as long as the state version is the same.

book/src/dev/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ We let you preview what's coming by providing Release Candidate \(`rc`\) pre-rel
6565

6666
### Distribution tags
6767

68-
Zebras's tagging relates directly to versions published on Docker. We will reference these [Docker Hub distribution tags](https://hub.docker.com/r/zfnd/zebra/tags) throughout:
68+
Zebra's tagging relates directly to versions published on Docker. We will reference these [Docker Hub distribution tags](https://hub.docker.com/r/zfnd/zebra/tags) throughout:
6969

7070
| Tag | Description |
7171
|:--- |:--- |

0 commit comments

Comments
 (0)