aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-07-13 18:22:10 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-07-13 18:47:47 -0700
commitae196c90b7f99bbbd81eab69127ba7bce17fa540 (patch)
tree5886e6a1c2a625dd18e5826bfe4b449f1ec0f602 /doc
parentfbc59b299d41bc29772cd320df6be0bc8141e87e (diff)
Update keepalive.md
Diffstat (limited to 'doc')
-rw-r--r--doc/keepalive.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keepalive.md b/doc/keepalive.md
index 6939238be0..2f9c8bfc9e 100644
--- a/doc/keepalive.md
+++ b/doc/keepalive.md
@@ -1,4 +1,4 @@
-# Keepalive Ping User Guide for gRPC Core (and dependants)
+# Keepalive User Guide for gRPC Core (and dependants)
The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over the transport. It is sent periodically, and if the ping is not acknowledged by the peer within a certain timeout period, the transport is disconnected.