From bc4ee7423ce60aebfe6266d263272d82ab229814 Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Sat, 30 Mar 2019 08:50:07 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f496f..2665210 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Gather IBOutlets in one group above all the other properties and keep them priva @IBOutlet private weak var view: UIView! ``` -> Outlets are implementation detail and should be kept private. Gathering them in one grup above all the other properties is old convention. +> Outlets are implementation detail and should be kept private. Gathering them in one group above all the other properties is old convention. ### Avoid specifying access control modifiers on extension level