doc(examples): fixed grammar (#646)

This commit is contained in:
JaydenElliott
2021-05-14 15:35:15 +10:00
committed by GitHub
parent c309063254
commit f613386d95
+1 -1
View File
@@ -240,7 +240,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
You should now be able to run your HelloWorld gRPC server using the command `cargo run --bin helloworld-server`. This uses the [[bin]] we defined earlier in our `Cargo.toml` to run specifically the server.
If have a gRPC GUI client such as [Bloom RPC] you should be able to send requests to the server and get back greetings!
If you have a gRPC GUI client such as [Bloom RPC] you should be able to send requests to the server and get back greetings!
Or if you use [grpcurl] then you can simply try send requests like this:
```