From 593f7d1acfa38b200172cacedc768034b70fbcbe Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Tue, 19 Nov 2019 17:32:08 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aad46eb..08cf1453 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ let controller = SPPermissions.native([.calendar, .camera, .contacts]) controller.delegate = self // Always use this method for request. -//You can pass any controller, this request becouse need implement base protocol. +// You can pass any controller, this request becouse need implement base protocol. controller.present(on: self) ```