File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ internal FetchOptionsBase()
34
34
public CredentialsHandler CredentialsProvider { get ; set ; }
35
35
36
36
/// <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
38
38
/// the connection to preoceed based on the certificate presented by the server.
39
39
/// </summary>
40
40
public CertificateCheckHandler CertificateCheck { get ; set ; }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public sealed class PushOptions
13
13
public CredentialsHandler CredentialsProvider { get ; set ; }
14
14
15
15
/// <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
17
17
/// the connection to preoceed based on the certificate presented by the server.
18
18
/// </summary>
19
19
public CertificateCheckHandler CertificateCheck { get ; set ; }
You can’t perform that action at this time.
0 commit comments