Quick start page copyedits (#348)

Fix typo and tweak wording.
This commit is contained in:
Patrice Chalin 2020-07-11 16:54:16 -04:00 committed by GitHub
parent 21230960a4
commit 7c08f76b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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