Skip to content

Commit

Permalink
docs: fix spelling - change MacOS to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Sep 5, 2023
1 parent 39f0e4c commit 7925d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7925d88

Please sign in to comment.