diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift b/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift index d5bd26c..0091b71 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreEvent.swift @@ -23,7 +23,7 @@ public enum MVMCoreEvent { error: Error? ) - /// Could not find the action specified.. + /// Could not find the action specified. case actionNotFound( name: String, pageType: String @@ -37,7 +37,7 @@ public enum MVMCoreEvent { model: ActionModelProtocol ) - /// The core action handler fail to complete the action. + /// The core action handler failed to complete the action. case actionFailed( name: String, pageType: String, @@ -64,7 +64,7 @@ public enum MVMCoreEvent { actionId: String ) - /// The client perameter handler was invoked and is in progress. + /// The client parameter handler was invoked and is in progress. case clientParameterStartFetch( name: String, uuid: String,