This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new b9a96b8ef chore: Address comments from hackernews (#3805)
b9a96b8ef is described below

commit b9a96b8efee9a07fc9eadd64bd918d1b056e21ef
Author: Xuanwo <[email protected]>
AuthorDate: Fri Dec 22 22:01:22 2023 +0800

    chore: Address comments from hackernews (#3805)
    
    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?
 
 
![](https://user-images.githubusercontent.com/5351546/222356748-14276998-501b-4d2a-9b09-b8cff3018204.png)
 
@@ -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.

Reply via email to