diff --git a/README.md b/README.md index 38eb28b..918a9aa 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ func fetch(object: PFObject) -> Task { ## Tasks in Parallel -You can also perfrom several tasks in parallel and chain the result of all of them using `whenAll()` function. +You can also perform several tasks in parallel and chain the result of all of them using `whenAll()` function. ```swift let query = PFQuery(className: "Comments") find(query).continueWithTask { task in