docs: clean up whitespace and fix typo in tutorial.md (#8695)

* docs: remove trailing whitespace

* docs: fix typo in tutorial.md
This commit is contained in:
Daniel Nguyen
2025-09-25 11:02:22 -05:00
committed by GitHub
parent 1872409707
commit 27325e002a
26 changed files with 108 additions and 108 deletions

View File

@@ -32,4 +32,4 @@ def say_hello(stub, builder):
- Always requires the `content-type` of the payload to be set to `application/grpc+flatbuffers`
example: `.SayHello(ctx, b, grpc.CallContentSubtype("flatbuffers"))`
example: `.SayHello(ctx, b, grpc.CallContentSubtype("flatbuffers"))`

View File

@@ -22,4 +22,4 @@
- `go clean`
- `go run main.go --name NAME`
- `go run main.go --name NAME`

View File

@@ -9,4 +9,4 @@
## How to run Client:
- `python client.py ${PORT} ${NAME}`
- `python client.py ${PORT} ${NAME}`

View File

@@ -10,4 +10,4 @@ you would need to run `npm run build` or simply use `npm install && tsc`
## How to run Client:
- `npm run client 3000`
- `npm run client 3000`