Skip to content

Commit

Permalink
docs: fix spelling; change github to GitHub (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 21, 2024
1 parent 811ca6d commit 50e8bd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/src/services/ghac/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This service can be used to:

## Notes

This service is mainly provided by github actions.
This service is mainly provided by GitHub actions.

Refer to [Caching dependencies to speed up workflows](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) for more information.

Expand Down
2 changes: 1 addition & 1 deletion website/community/committers/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Example: <https://lists.apache.org/thread/xk5myl10mztcfotn59oo59s4ckvojds6>
git checkout ${release_version}
# Tag with the opendal version
git tag -s ${opendal_version}
# Push tags to github to trigger releases
# Push tags to GitHub to trigger releases
git push origin ${opendal_version}
```

Expand Down
4 changes: 2 additions & 2 deletions website/community/pmc_members/nominate-committer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document mainly introduces how a PMC member nominates a new committer.
Start a vote about the candidate via sending email to: <[email protected]>:

- candidate_name: The full name of the candidate.
- candidate_github_id: The github id of the candidate.
- candidate_github_id: The GitHub id of the candidate.

Title:

Expand All @@ -24,7 +24,7 @@ Content:
Hi, All OpenDAL PMC members.
I'd like to take this chance to call the vote for inviting committed
contributor ${candidate_name} (github id: ${candidate_github_id}) as a new committer of Apache
contributor ${candidate_name} (GitHub id: ${candidate_github_id}) as a new committer of Apache
OpenDAL.
${candidate_contributions}
Expand Down
4 changes: 2 additions & 2 deletions website/community/pmc_members/nominate-pmc-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document mainly introduces how a PMC member nominates a new PMC member.
Start a vote about the candidate via sending email to: <[email protected]>:

- candidate_name: The full name of the candidate.
- candidate_github_id: The github id of the candidate.
- candidate_github_id: The GitHub id of the candidate.

Title:

Expand All @@ -23,7 +23,7 @@ Content:
```
Hi, All OpenDAL PMC members.
I would like to nominate ${candidate_name} (github id: ${candidate_github_id}) as a candidate for the OpenDAL PMC member. Since becoming an OpenDAL committer, ${candidate_name} has made significant contributions to various modules of the project.
I would like to nominate ${candidate_name} (GitHub id: ${candidate_github_id}) as a candidate for the OpenDAL PMC member. Since becoming an OpenDAL committer, ${candidate_name} has made significant contributions to various modules of the project.
${candidate_name}'s great contributions could be found:
Expand Down

0 comments on commit 50e8bd7

Please sign in to comment.