This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-typo in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 93f565480bd54a261d6cbcec766f3199282d904c Author: Xuanwo <[email protected]> AuthorDate: Fri Dec 22 21:58:28 2023 +0800 chore: Address comments from hackernews Signed-off-by: Xuanwo <[email protected]> --- website/docs/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/overview.md b/website/docs/overview.md index 598a5215c..deffd9abf 100644 --- a/website/docs/overview.md +++ b/website/docs/overview.md @@ -5,7 +5,7 @@ sidebar_position: 1 OpenDAL represents **Open** **D**ata **A**ccess **L**ayer. Our vision is to **access data freely**. -## What OpenDAL does? +## What does OpenDAL do?  @@ -29,7 +29,7 @@ For example, we DO while we DO NOT -- Add support for [Google Cloud Storage(GCS)](https://cloud.google.com/storage) via [XML API](https://cloud.google.com/storage/docs/xml-api/overview): [GCS](https://cloud.google.com/storage) has native [JSON API](https://cloud.google.com/storage/docs/json_api) which more powerful +- Add support for [Google Cloud Storage(GCS)](https://cloud.google.com/storage) via [XML API](https://cloud.google.com/storage/docs/xml-api/overview): [GCS](https://cloud.google.com/storage) has native [JSON API](https://cloud.google.com/storage/docs/json_api) which is more powerful - Add support for structural data in `MySQL/PostgreSQL`: We can treat a database as a simple key-value store, but we can't support unified access of structural data. ### 2. Free from implementations @@ -55,9 +55,9 @@ For example, we DO - Add Python binding: Python programmers can use OpenDAL. - Add object_store integration: `object_store` users can adopt OpenDAL. -### 4. Free to zero cost +### 4. Free of cost -OpenDAL needs to implement features in zero cost way which means: +OpenDAL needs to implement features in a zero cost way which means: - Users need not to pay cost for unused features. - Users cannot write better implementation for used features.
