Browse Source

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

Typo: Reponse -> Response
Glenn R. Fisher 9 years ago
parent
commit
8ac0e19fe0
1 changed files with 1 additions and 1 deletions
  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)