Skip to content

Commit 11692a4

Browse files
Update content/microservices/grpc.md
1 parent 0d2903c commit 11692a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ interface HelloResponse {
395395
}
396396
```
397397

398-
> info **Hint** The proto interface can be automatically generated by [ts-proto](https://github.com/stephenh/ts-proto), you can read more from [here](https://github.com/stephenh/ts-proto/blob/main/NESTJS.markdown).
398+
> info **Hint** The proto interface can be automatically generated by the [ts-proto](https://github.com/stephenh/ts-proto) package, learn more [here](https://github.com/stephenh/ts-proto/blob/main/NESTJS.markdown).
399399
400400
#### Subject strategy
401401

0 commit comments

Comments
 (0)