ソースを参照

[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)