diff --git a/content/docs/languages/android/quickstart.md b/content/docs/languages/android/quickstart.md index be35bde..5b1f012 100644 --- a/content/docs/languages/android/quickstart.md +++ b/content/docs/languages/android/quickstart.md @@ -37,7 +37,7 @@ weight: 10 The example code is part of the [grpc-java][] repo. - 1. [Dowload the repo as a zip file][download] and unzip it, or clone + 1. [Download the repo as a zip file][download] and unzip it, or clone the repo: ```sh diff --git a/content/docs/languages/cpp/quickstart.md b/content/docs/languages/cpp/quickstart.md index 5c34e55..7f43b3b 100644 --- a/content/docs/languages/cpp/quickstart.md +++ b/content/docs/languages/cpp/quickstart.md @@ -196,7 +196,7 @@ message HelloReply { } ``` -Edit [examples/protos/helloworld.proto][] and add a new `SayHelloAgain()` method, with the +Open [examples/protos/helloworld.proto][] and add a new `SayHelloAgain()` method, with the same request and response types: ```protobuf diff --git a/content/docs/languages/go/quickstart.md b/content/docs/languages/go/quickstart.md index 3e0f53c..d78178c 100644 --- a/content/docs/languages/go/quickstart.md +++ b/content/docs/languages/go/quickstart.md @@ -35,7 +35,7 @@ weight: 10 The example code is part of the [grpc-go][] repo. - 1. [Dowload the repo as a zip file][download] and unzip it, or clone + 1. [Download the repo as a zip file][download] and unzip it, or clone the repo: ```sh @@ -96,7 +96,7 @@ message HelloReply { } ``` -Edit `helloworld/helloworld.proto` and add a new `SayHelloAgain()` method, with +Open `helloworld/helloworld.proto` and add a new `SayHelloAgain()` method, with the same request and response types: ```protobuf diff --git a/content/docs/languages/java/quickstart.md b/content/docs/languages/java/quickstart.md index 752838e..aac40ae 100644 --- a/content/docs/languages/java/quickstart.md +++ b/content/docs/languages/java/quickstart.md @@ -12,7 +12,7 @@ weight: 10 The example code is part of the [grpc-java][] repo. - 1. [Dowload the repo as a zip file][download] and unzip it, or clone + 1. [Download the repo as a zip file][download] and unzip it, or clone the repo: ```sh diff --git a/content/docs/languages/web/quickstart.md b/content/docs/languages/web/quickstart.md index a7121b6..704e6c0 100644 --- a/content/docs/languages/web/quickstart.md +++ b/content/docs/languages/web/quickstart.md @@ -16,7 +16,7 @@ weight: 10 The example code is part of the [grpc-web][] repo. - 1. [Dowload the repo as a zip file][download] and unzip it, or clone + 1. [Download the repo as a zip file][download] and unzip it, or clone the repo: ```sh