Fix typos

This commit is contained in:
Dimitris Apostolou
2022-12-31 18:52:42 +02:00
parent b1a86031fe
commit 13e78f120f
10 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner, Ma
let refreshProgressModel = RefreshProgressModel()
lazy var progressBarViewController = UIHostingController(rootView: RefreshProgressView(progressBarMode: refreshProgressModel))
var mainControllerIdentifer = MainControllerIdentifier.masterFeed
var mainControllerIdentifier = MainControllerIdentifier.masterFeed
weak var coordinator: SceneCoordinator!
var undoableCommands = [UndoableCommand]()