doc(examples): fixed grammar (#646)
This commit is contained in:
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user