From de07ebbff5514f7b53d5856ce4296f8dcce7eaf2 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 28 Mar 2017 16:13:30 +0300 Subject: [PATCH] typos --- LeadKit/LeadKit/Classes/Views/XibView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LeadKit/LeadKit/Classes/Views/XibView.swift b/LeadKit/LeadKit/Classes/Views/XibView.swift index ecea59f2..0f79194e 100644 --- a/LeadKit/LeadKit/Classes/Views/XibView.swift +++ b/LeadKit/LeadKit/Classes/Views/XibView.swift @@ -22,10 +22,10 @@ import UIKit -/// Class used to intantiate custom view in storyboards +/// Class used to instantiate custom view in storyboards open class XibView: UIView { - /// Nib name used to intanciate inner view + /// Nib name used to instantiate inner view open var innerViewNibName: String { return className(of: type(of: self)) }