Skip to content

Commit 50f4f69

Browse files
authored
chore: fix grammar (#502)
1 parent 92c251f commit 50f4f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ windows | 386 (32-bit), amd64 (64-bit)
131131

132132
The project includes its own packaged version of Gradle called Gradle Wrapper which is invoked using the `./gradlew` command on Linux/Unix/Mac or `gradlew.bat` on Windows.
133133

134-
1. Gradle requires requires you to [install Java JDK version 8](https://gradle.org/install/) or higher
134+
1. Gradle requires you to [install Java JDK version 8](https://gradle.org/install/) or higher
135135

136136
1. Clone the `openwhisk-cli` repo:
137137

commands/activation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func lastFlag(args []string) ([]string, error) {
276276
whisk.Debug(whisk.DbgError, "Client.Activations.List(%#v) error during lastFlag: %s\n", options, err)
277277
return args, err
278278
}
279-
if len(activations) == 0 { // Checks to to see if there are activations available
279+
if len(activations) == 0 { // Checks to see if there are activations available
280280
whisk.Debug(whisk.DbgError, "No activations found in activation list\n")
281281
errStr := wski18n.T("Activation list does not contain any activations.")
282282
whiskErr := whisk.MakeWskError(errors.New(errStr), whisk.EXIT_CODE_ERR_GENERAL, whisk.DISPLAY_MSG, whisk.DISPLAY_USAGE)

0 commit comments

Comments
 (0)