소스 검색

Merge pull request #826 from neugartf/patch-1

Update Alamofire 3.0 Migration Guide.md
Christian Noon 10 년 전
부모
커밋
2d86d68cef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Documentation/Alamofire 3.0 Migration Guide.md

+ 1 - 1
Documentation/Alamofire 3.0 Migration Guide.md

@@ -57,7 +57,7 @@ These changes allow Alamofire to return the original server data in both cases.
 
 ### Response
 
-In order to avoid constantly having to change the response serializer completion closure signatures, ALamofire 3.0 introduces a `Response` struct. All response serializers (with the exception of `response`) return a generic `Response` struct.
+In order to avoid constantly having to change the response serializer completion closure signatures, Alamofire 3.0 introduces a `Response` struct. All response serializers (with the exception of `response`) return a generic `Response` struct.
 
 ```swift
 public struct Response<Value, Error: ErrorType> {