Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): fix grammar and spelling #4340

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/blog/2024-01-22-apache-opendal-graduated/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We plan to:

### More Useful Documents

OpenDAL have good docs for it's rust core, but not for other language bindings.
OpenDAL have good docs for its rust core, but not for other language bindings.

The lack of comprehensive documentation makes OpenDAL challenging for users to operate in Java or Python. Without user feedback, the community is unable to enhance this documentation, leading to a detrimental cycle that must be broken.

Expand All @@ -126,7 +126,7 @@ We plan to:
- Introduce code generation to automatically create documentation for the service builder due to its numerous configurations.
- Add more API Docs and examples for other language bindings.

OpenDAL have good docs for it's public API, but not for its internal design.
OpenDAL have good docs for its public API, but not for its internal design.

OpenDAL is proud of its elegant design, but it is not well documented. This makes it difficult for new contributors to understand the codebase and make contributions.

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 @@ -466,7 +466,7 @@ For non-Java bindings, if we can not find the latest version of artifacts in the

Send the release announcement to `[email protected]` and CC `[email protected]`.

> Tips: Please following the [Committer Email](https://infra.apache.org/committer-email.html) guide to make sure you have already set up the email SMTP. Otherwise, your email cannot be sent to the announce mailing list.
> Tips: Please following the [Committer Email](https://infra.apache.org/committer-email.html) guide to make sure you have already set up the email SMTP. Otherwise, your email cannot be sent to the announcement mailing list.

Instead of adding breaking changes, let's include the new features as "notable changes" in the announcement.

Expand Down
2 changes: 1 addition & 1 deletion website/community/pmc_members/podling-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Note that IPMC update the template from time to time, so be sure to use the one

Each Podling Status Report must be signed off by a mentor. **Without a mentor's sign-off, the IPMC will not accept the report**, and the podling will need to submit a new report the following month.

After submitting the report, you can send a email to [email protected] to remind our mentors and the community to review the report and provide feedback.
After submitting the report, you can email [email protected] to remind our mentors and the community to review the report and provide feedback.

```
[ANNOUNCE] OpenDAL's Podling Report of <Month><Year>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For example, we DO

OpenDAL needs to implement features in a zero cost way which means:

- Users need not to pay cost for unused features.
- Users don't need to pay costs for unused features.
- Users cannot write better implementation for used features.

For example, we DO
Expand Down