File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ internal FetchOptionsBase()
3434 public CredentialsHandler CredentialsProvider { get ; set ; }
3535
3636 /// <summary>
37- /// This hanlder will be called to let the user make a decision on whether to allow
37+ /// This handler will be called to let the user make a decision on whether to allow
3838 /// the connection to preoceed based on the certificate presented by the server.
3939 /// </summary>
4040 public CertificateCheckHandler CertificateCheck { get ; set ; }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public sealed class PushOptions
1313 public CredentialsHandler CredentialsProvider { get ; set ; }
1414
1515 /// <summary>
16- /// This hanlder will be called to let the user make a decision on whether to allow
16+ /// This handler will be called to let the user make a decision on whether to allow
1717 /// the connection to preoceed based on the certificate presented by the server.
1818 /// </summary>
1919 public CertificateCheckHandler CertificateCheck { get ; set ; }
You can’t perform that action at this time.
0 commit comments