We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc9803 + 8ec5886 commit c342345Copy full SHA for c342345
src/objective-c/NetworkTransitionBehavior.md
@@ -26,7 +26,7 @@ The expected gRPC iOS channel and network transition behaviors are:
26
During the backoff period, any call to the same host will wait until the
27
first of the following events occur:
28
* Connection succeeded; calls will be made using this channel;
29
- * Conncetion failed; calls will be failed and return UNAVAILABLE status code;
+ * Connection failed; calls will be failed and return UNAVAILABLE status code;
30
* The call's deadline is reached; the call will fail and return
31
DEADLINE\_EXCEEDED status code.
32
The length of backoff period of a channel is reset whenever a connection
0 commit comments