Skip to content

Commit 6ebd634

Browse files
author
Jeshurun Hembd
committed
Fix typos
1 parent b48641d commit 6ebd634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/Contributors/ReleaseGuide/PatchReleases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npm version patch --no-git-tag-version
6161
- Move any relevant items in the list to the new header in `CHANGES.md`.
6262
- Delete any empty headers.
6363
- Ensure each change is nested in the section for the relevant workspace.
64-
- Commit any staged changed and push to your branch.
64+
- Commit any staged changes and push to your branch.
6565

6666
### 5. Release build and sanity test
6767

Documentation/Contributors/ReleaseGuide/Prereleases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npm version prerelease --preid <tag> --no-git-tag-version
7979
- Move any relevant items in the list to the new header in `CHANGES.md`.
8080
- Delete any empty headers.
8181
- Ensure each change is nested in the section for the relevant workspace.
82-
- Commit any staged changed and push to your branch.
82+
- Commit any staged changes and push to your branch.
8383

8484
### 5. Release build and sanity test
8585

Documentation/Contributors/ReleaseGuide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We release CesiumJS on the first work day of every month.
44

55
- [**Release Schedule**](./ReleaseSchedule.md): The upcoming monthly release schedule and the developer responsible for managing each release
66
- [**Patch Release Guide**](./PatchReleases/README.md): If and how to publish a patch release[^1] ahead of the regular monthly release, typically used in the case of a significant regression or an issue with published dependency versions.
7-
- [**Perelease Guide**](./Prereleases/README.md): If and how to publish a tagged prerelease[^2] ahead of the regular monthly release, typically used for internal testing.
7+
- [**Prerelease Guide**](./Prereleases/README.md): If and how to publish a tagged prerelease[^2] ahead of the regular monthly release, typically used for internal testing.
88

99
[^1]: See ["About semantic versioning" on docs.npmjs.com](https://docs.npmjs.com/about-semantic-versioning)
1010

0 commit comments

Comments
 (0)