We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b2608 commit c29dbceCopy full SHA for c29dbce
ReactiveSwiftFlickrSearch/ViewModel/ViewModelServices.swift
@@ -11,7 +11,7 @@ import Foundation
11
// provides common services to view models
12
protocol ViewModelServices {
13
14
- // pushes the given ViewMolde onto the stack, this causes the UI to navigate from
+ // pushes the given ViewModel onto the stack, this causes the UI to navigate from
15
// one view to the next
16
func pushViewModel(viewModel:AnyObject)
17
0 commit comments