aboutsummaryrefslogtreecommitdiff
path: root/chapter/1/gRPC.md
diff options
context:
space:
mode:
Diffstat (limited to 'chapter/1/gRPC.md')
-rw-r--r--chapter/1/gRPC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md
index 3bea7e1..643edaa 100644
--- a/chapter/1/gRPC.md
+++ b/chapter/1/gRPC.md
@@ -216,7 +216,7 @@ You should see the following:
<p align="center">
<img src="figures/hello-world-server.png" /><br>
- <em>Figure 8: The Hello World gRPC Server.
+ <em>Figure 8: The Hello World gRPC Server.</em>
</p>
In the second of the two windows type the following command:
@@ -229,7 +229,7 @@ You should see the following response:
<p align="center">
<img src="figures/hello-world-client.png" /><br>
- <em>Figure 9: The Hello World gRPC Client and the response from the Server.
+ <em>Figure 9: The Hello World gRPC Client and the response from the Server.</em>
</p>
## References