aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Grosu <pgrosu@gmail.com>2016-12-07 01:22:51 -0500
committerPaul Grosu <pgrosu@gmail.com>2016-12-07 01:22:51 -0500
commit5cbc7c29567b3c893e4069f2a6bc0d5ad27b7489 (patch)
tree02cbb87413bfb4b956704ba8be1f4df392158d61
parent7669eaecd48e61685361666d97edc7fbbdf56970 (diff)
submit
-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