Skip to content

Commit c342345

Browse files
Merge pull request grpc#22840 from efimki/patch-1
Fix spelling error
2 parents 7cc9803 + 8ec5886 commit c342345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objective-c/NetworkTransitionBehavior.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The expected gRPC iOS channel and network transition behaviors are:
2626
During the backoff period, any call to the same host will wait until the
2727
first of the following events occur:
2828
* Connection succeeded; calls will be made using this channel;
29-
* Conncetion failed; calls will be failed and return UNAVAILABLE status code;
29+
* Connection failed; calls will be failed and return UNAVAILABLE status code;
3030
* The call's deadline is reached; the call will fail and return
3131
DEADLINE\_EXCEEDED status code.
3232
The length of backoff period of a channel is reset whenever a connection

0 commit comments

Comments
 (0)