From dcc16b40fb618b410074f033c0a3aca8d18953e6 Mon Sep 17 00:00:00 2001
From: Yuchen Zeng <zyc@google.com>
Date: Tue, 13 Sep 2016 11:16:16 -0700
Subject: [PATCH] Address review comments

---
 doc/server_reflection_tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/server_reflection_tutorial.md b/doc/server_reflection_tutorial.md
index ae00ffbc29..5417ae0bd5 100644
--- a/doc/server_reflection_tutorial.md
+++ b/doc/server_reflection_tutorial.md
@@ -1,7 +1,7 @@
 # gRPC Server Reflection Tutorial
 
 gRPC Server Reflection provides information about publicly-accessible gRPC
-services on a server, and assists clients in runtime to construct RPC
+services on a server, and assists clients at runtime to construct RPC
 requests and responses without precompiled service information. It has been
 supported by gRPC CLI, which can be used to introspect server protos and
 send/receive test RPCs.
-- 
GitLab