Skip to content

Commit 2947799

Browse files
committed
Fix protocol name typo
1 parent e1d250d commit 2947799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QLog/QLog/RootViewCoordinator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
import Foundation
1010
import UIKit
1111

12-
protocol RootViewCoontrollerProvider: AnyObject {
12+
protocol RootViewControllerProvider: AnyObject {
1313

1414
var rootViewController: UIViewController { get }
1515

1616
}
1717

18-
typealias RootViewCoordinator = Coordinator & RootViewCoontrollerProvider
18+
typealias RootViewCoordinator = Coordinator & RootViewControllerProvider

0 commit comments

Comments
 (0)