This is an automated email from the ASF dual-hosted git repository.
asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 789ba49c1 docs: spelling and minor wording change (#6620)
789ba49c1 is described below
commit 789ba49c1fadb8e0ed5dc15a5e68ec69e8ea6165
Author: Patrick Carlson <[email protected]>
AuthorDate: Tue Oct 7 11:46:32 2025 -0500
docs: spelling and minor wording change (#6620)
---
website/docs/02-vision.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/02-vision.md b/website/docs/02-vision.md
index 5b79ad1cc..687f4597e 100644
--- a/website/docs/02-vision.md
+++ b/website/docs/02-vision.md
@@ -39,7 +39,7 @@ For example, OpenDAL uses Capability to describe the
capabilities of different s
OpenDAL SHOULD be an **object storage first** library.
-OpenDAL does support all storage services, but it is usually optimized for
modern storage services. At the time of writing, we can say OpenDAL is object
storage first. When designing features, OpenDAL tends to prioritize
optimization for object storage.
+OpenDAL supports many storage services, but it is usually optimized for modern
storage services. At the time of writing, we can say OpenDAL is object storage
first. When designing features, OpenDAL tends to prioritize optimization for
object storage.
For example, OpenDAL's Buffer design is primarily optimized for HTTP-based
services, helping to reduce extra allocation, in-memory copying, and memory
usage.
@@ -118,4 +118,4 @@ Primary Concerns:
---
-*This documentation is inpisred a lot by [hyper’s VISION
document](https://hyper.rs/contrib/vision/).*
+*This documentation is inspired a lot by [hyper’s VISION
document](https://hyper.rs/contrib/vision/).*