Skip to content

Commit fb5d77d

Browse files
authored
chore: fix spelling and grammar (#500)
1 parent fcac2ac commit fb5d77d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ or
4444
$ make deps
4545
```
4646

47-
You should be able to build the binaries with either the go command or the Gradle command, which is available in [README](https://github.com/apache/openwhisk-cli/blob/master/README.md).
47+
You should be able to build the binaries with either the go command, or the Gradle command, which is available in [README](https://github.com/apache/openwhisk-cli/blob/master/README.md).
4848

4949

5050
## Proposing new features
5151

52-
If you would like to implement a new feature, please [raise an issue](https://github.com/apache/openwhisk-cli/issues) before sending a pull request so the feature can be discussed.
52+
If you would like to implement a new feature, please [raise an issue](https://github.com/apache/openwhisk-cli/issues) before sending a pull request, so the feature can be discussed.
5353
This is to avoid you spending your valuable time working on a feature that the project developers are not willing to accept into the code base.
5454

5555
## Fixing bugs
5656

57-
If you would like to fix a bug, please [raise an issue](https://github.com/apache/openwhisk-cli/issues) before sending a pull request so it can be discussed.
57+
If you would like to fix a bug, please [raise an issue](https://github.com/apache/openwhisk-cli/issues) before sending a pull request, so it can be discussed.
5858
If the fix is trivial or non controversial then this is not usually necessary.
5959

6060
## Merge approval
@@ -83,7 +83,7 @@ Use idomatic go. Document exported functions.
8383

8484
# Publishing Tagged Release to Homebrew
8585

86-
[Homebrew](https://brew.sh) is used to install `wsk` locally. Once we release a new version of `wsk` we should update its version in homebrew.
86+
[Homebrew](https://brew.sh) is used to install `wsk` locally. Once we release a new version of `wsk` we should update its version in Homebrew.
8787

8888
Get the new release SHA256 checksum by downloading the Source Code (tar.gz) from the [releases page](https://github.com/apache/openwhisk-cli/releases) and running `shasum -a 256 X.Y.Z.tar.gz` on the tarball.
8989

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ OpenWhisk Command-line Interface (CLI) is a unified tool that provides a consist
3030

3131
Here are some quick links to help you get started:
3232

33-
- [Downloading released binaries](#downloading-released-binaries) for Linux, Mac OS and Windows
33+
- [Downloading released binaries](#downloading-released-binaries) for Linux, macOS and Windows
3434
- [Running the `wsk` CLI](#running-the-wsk-cli) executable
3535
- [Building the project](#building-the-project) - download and build the GoLang source code
3636
- [Contributing to the project](#contributing-to-the-project) - join us!
@@ -46,10 +46,10 @@ We currently provide binaries for the following Operating Systems (OS) and archi
4646
Operating System | Architectures
4747
--- | ---
4848
Linux | i386, AMD64, ARM, ARM64, PPC64 (Power), S/390 and IBM Z
49-
Mac OS (Darwin) | 386<sup>[1](#1)</sup>, AMD64
49+
macOS (Darwin) | 386<sup>[1](#1)</sup>, AMD64
5050
Windows | 386, AMD64
5151

52-
1. Mac OS, 32-bit (386) released versions are not available for builds using Go lang version 1.15 and greater.
52+
1. macOS, 32-bit (386) released versions are not available for builds using Go lang version 1.15 and greater.
5353

5454
We also provide instructions on how to build your own binaries from source code. See [Building the project](#building-the-project).
5555

@@ -71,7 +71,7 @@ To get CLI command debug information, include the `-d`, or `--debug` flag when e
7171

7272
### GoLang setup
7373

74-
The Openwhisk CLI is a GoLang program so you will first need to [Download and install GoLang](https://golang.org/dl/) onto your local machine.
74+
The Openwhisk CLI is a GoLang program, so you will first need to [Download and install GoLang](https://golang.org/dl/) onto your local machine.
7575

7676
> **Note** Go version 1.15 or higher is recommended
7777
@@ -124,7 +124,7 @@ Supported value combinations include:
124124
`GOOS` | `GOARCH`
125125
--- | ---
126126
linux | 386 (32-bit), amd64 (64-bit), s390x (S/390, Z), ppc64le (Power), arm (32-bit), arm64 (64-bit)
127-
darwin (Mac OS) | amd64
127+
darwin (macOS) | amd64
128128
windows | 386 (32-bit), amd64 (64-bit)
129129

130130
### Build using Gradle
@@ -319,4 +319,4 @@ go mod edit -go=1.15
319319
320320
## Continuous Integration
321321
322-
Travis CI is used as a continuous delivery service for Linux and Mac. Currently Travis CI supports the environments of Linux and Mac, but it is not available for Windows. The project would like to add AppVeyor CI in the future to run test cases for Windows.
322+
Travis CI is used as a continuous delivery service for Linux and Mac. Currently, Travis CI supports the environments of Linux and Mac, but it is not available for Windows. The project would like to add AppVeyor CI in the future to run test cases for Windows.

0 commit comments

Comments
 (0)