aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/NetworkTransitionBehavior.md
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-06-26 11:43:55 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-06-26 11:43:55 -0700
commit5d4bb063e1378357c7cd3c4e55a00e8f9cae8d8c (patch)
tree81544e0cc56bb8d24a9fc2611765b60829ff702a /src/objective-c/NetworkTransitionBehavior.md
parent2995000f5a897449797565e9eadb5c66529f029a (diff)
Fix grammar
Diffstat (limited to 'src/objective-c/NetworkTransitionBehavior.md')
-rw-r--r--src/objective-c/NetworkTransitionBehavior.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/NetworkTransitionBehavior.md b/src/objective-c/NetworkTransitionBehavior.md
index 73b5e6f522..51b1e472ed 100644
--- a/src/objective-c/NetworkTransitionBehavior.md
+++ b/src/objective-c/NetworkTransitionBehavior.md
@@ -46,11 +46,11 @@ using TCP sockets:
* When a TCP socket connection is established on cellular data and WiFi
becomes available, the TCP socket neither return an error event nor continue
sending/receiving data on it, but still accepts write on it.
-* A TCP sockets does not report certain events that happen in the
+* A TCP socket does not report certain events that happen in the
background. When a TCP connection breaks in the background for the reason
like WiFi connects to another hotspot, the socket neither return an error nor
continue sending/receiving data on it, but still accepts write on it.
-In both situations, the user will see the call hangs for an extended period of
+In both situations, the user will see the call hang for an extended period of
time before the TCP socket times out.
#### gRPC iOS library's resolution to TCP socket issues