diff --git a/QLog/QLog/RootViewCoordinator.swift b/QLog/QLog/RootViewCoordinator.swift index a0b6565..70bf518 100644 --- a/QLog/QLog/RootViewCoordinator.swift +++ b/QLog/QLog/RootViewCoordinator.swift @@ -9,10 +9,10 @@ import Foundation import UIKit -protocol RootViewCoontrollerProvider: AnyObject { +protocol RootViewControllerProvider: AnyObject { var rootViewController: UIViewController { get } } -typealias RootViewCoordinator = Coordinator & RootViewCoontrollerProvider +typealias RootViewCoordinator = Coordinator & RootViewControllerProvider