Browse Source

Fix typo: ServerTrustEvalating -> ServerTrustEvaluating (#3138)

fix ServerTrustEvaluting to ServerTrustEvaluating
Lucas Tavares 5 years ago
parent
commit
ff7b3bcbc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Documentation/AdvancedUsage.md

+ 2 - 2
Documentation/AdvancedUsage.md

@@ -501,8 +501,8 @@ Using a secure HTTPS connection when communicating with servers and web services
 
 ### Evaluating Server Trusts with `ServerTrustManager` and `ServerTrustEvaluating`
 
-#### `ServerTrustEvaluting`
-The `ServerTrustEvaluting` protocol provides a way to perform any sort of server trust evaluation. It has a single requirement:
+#### `ServerTrustEvaluating`
+The `ServerTrustEvaluating` protocol provides a way to perform any sort of server trust evaluation. It has a single requirement:
 
 ```swift
 func evaluate(_ trust: SecTrust, forHost host: String) throws