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 0dc503104 docs: fix spelling - change `MacOS` to `macOS` (#3013)
0dc503104 is described below
commit 0dc50310473ab28e75885550c672f31e7d93e4a1
Author: John Bampton <[email protected]>
AuthorDate: Wed Sep 6 03:42:07 2023 +1000
docs: fix spelling - change `MacOS` to `macOS` (#3013)
https://en.wikipedia.org/wiki/MacOS
---
CONTRIBUTING.md | 2 +-
bindings/cpp/CONTRIBUTING.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aa828a5e3..602d04dca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -75,7 +75,7 @@ The fastest way is:
OpenDAL is primarily a Rust project. To build OpenDAL, you will need to set up
Rust development first. We highly recommend using [rustup](https://rustup.rs/)
for the setup process.
-For Linux or MacOS, use the following command:
+For Linux or macOS, use the following command:
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
diff --git a/bindings/cpp/CONTRIBUTING.md b/bindings/cpp/CONTRIBUTING.md
index 1b86b1360..fb99e984a 100644
--- a/bindings/cpp/CONTRIBUTING.md
+++ b/bindings/cpp/CONTRIBUTING.md
@@ -60,7 +60,7 @@ sudo apt install libboost-all-dev
sudo apt install doxygen graphviz
```
-For MacOS:
+For macOS:
```shell
# install C/C++ toolchain (can be replaced by other toolchains)