Преглед изворни кода

[PR #1515] Fixed typo in the README around response handlers.

Typo: Reponse -> Response
Glenn R. Fisher пре 9 година
родитељ
комит
8ac0e19fe0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -311,7 +311,7 @@ Alamofire.request("https://httpbin.org/get")
 
 #### Response Handler Queue
 
-Reponse handlers by default are executed on the main dispatch queue. However, a custom dispatch queue can be provided instead.
+Response handlers by default are executed on the main dispatch queue. However, a custom dispatch queue can be provided instead.
 
 ```swift
 let utilityQueue = DispatchQueue.global(qos: .utility)