You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microservices/grpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ interface HelloResponse {
395
395
}
396
396
```
397
397
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).
0 commit comments