From 94bfc5bc55bdb3c7346f941ed1ffdfcddebb947f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20St=C3=BChrk?= Date: Sat, 19 Mar 2016 21:56:48 +0100 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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