Fix typo BUILDING.md (#27331)

change described below to described above
pull/27335/head
Elkana Tovey 3 years ago committed by GitHub
parent 15184d30ad
commit 9bdc3be88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILDING.md

@ -272,7 +272,7 @@ $ make
By default gRPC uses [protocol buffers](https://github.com/protocolbuffers/protobuf), By default gRPC uses [protocol buffers](https://github.com/protocolbuffers/protobuf),
you will need the `protoc` compiler to generate stub server and client code. you will need the `protoc` compiler to generate stub server and client code.
If you compile gRPC from source, as described below, the Makefile will If you compile gRPC from source, as described above, the Makefile will
automatically try compiling the `protoc` in third_party if you cloned the automatically try compiling the `protoc` in third_party if you cloned the
repository recursively and it detects that you do not already have 'protoc' compiler repository recursively and it detects that you do not already have 'protoc' compiler
installed. installed.

Loading…
Cancel
Save