From 7c08f76b1cf85f3f4adf2427fb62b25fa457a574 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 11 Jul 2020 16:54:16 -0400 Subject: [PATCH] Quick start page copyedits (#348) Fix typo and tweak wording. --- content/docs/languages/android/quickstart.md | 2 +- content/docs/languages/cpp/quickstart.md | 2 +- content/docs/languages/go/quickstart.md | 4 ++-- content/docs/languages/java/quickstart.md | 2 +- content/docs/languages/web/quickstart.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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