mirror of https://github.com/grpc/grpc-dart.git
Remove superfluous 'is'. (#81)
This commit is contained in:
parent
8a397d8c86
commit
38ad37e2ef
|
@ -37,7 +37,7 @@ To install protoc with Dart support, take these steps:
|
|||
[the Protocol Buffers releases page](https://github.com/google/protobuf/releases)
|
||||
(e.g. `protoc-3.5.1-osx-x86_64.zip` for macOS).
|
||||
|
||||
1. Get the Dart protoc plugin is by running
|
||||
1. Get the Dart protoc plugin by running
|
||||
|
||||
```sh
|
||||
$ pub global activate protoc_plugin
|
||||
|
|
Loading…
Reference in New Issue