Skip to content

Commit

Permalink
Fix Typos in Continuous Integration and Release Process Documentation (
Browse files Browse the repository at this point in the history
…#9209)

* typo continuous-integration.md

* typorelease-process.md
  • Loading branch information
podZzzzz authored Feb 6, 2025
1 parent bbb8e3d commit e0c3a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/dev/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some of our builds and tests are repeated on the `main` branch, due to:
- our cached state sharing rules, or
- generating base coverage for PR coverage reports.

Currently, each Zebra and lightwalletd full and update sync will updates cached state images,
Currently, each Zebra and lightwalletd full and update sync will update cached state images,
which are shared by all tests. Tests prefer the latest image generated from the same commit.
But if a state from the same commit is not available, tests will use the latest image from
any branch and commit, as long as the state version is the same.
Expand Down
2 changes: 1 addition & 1 deletion book/src/dev/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We let you preview what's coming by providing Release Candidate \(`rc`\) pre-rel

### Distribution tags

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:
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:

| Tag | Description |
|:--- |:--- |
Expand Down

0 comments on commit e0c3a55

Please sign in to comment.