From a85b74496f1f7e970e3843e073855292e219b3d4 Mon Sep 17 00:00:00 2001 From: Rui Peres Date: Tue, 1 Sep 2020 12:53:09 +0100 Subject: [PATCH] Update HighlightingGesture.swift --- Bento/Helpers/HighlightingGesture.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bento/Helpers/HighlightingGesture.swift b/Bento/Helpers/HighlightingGesture.swift index a2ce16c..3a99c58 100644 --- a/Bento/Helpers/HighlightingGesture.swift +++ b/Bento/Helpers/HighlightingGesture.swift @@ -4,7 +4,7 @@ import UIKit.UIGestureRecognizerSubclass public final class HighlightingGesture: UIGestureRecognizer { public enum TapAction { /// Resign as first responder immediately after tap, and evaluate the - /// given action. Backgorund would be reset to the normal color. + /// given action. Background would be reset to the normal color. case resign(action: () -> Void) /// Unhighlighting would happen manually at a later point. Background