From 4524dc15b1aa077c15ff220a7f2ae436fca81767 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Mon, 9 Jul 2018 10:43:27 -0400 Subject: [PATCH] typo --- MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h index 96c90da..17f2327 100644 --- a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h +++ b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.h @@ -29,7 +29,7 @@ extern NSString * _Nonnull const KeyActionTypeOpen; - (void)handleAction:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate; #pragma mark - Actions -// by defaul, returns the original RequestParameter that passed in. Can be overriden for some generic updates to the RequestParameter before handle open page action gets called. +// by default, returns the original RequestParameter that passed in. Can be overriden for some generic updates to the RequestParameter before handle open page action gets called. - (void)updateRequestParametersBeforeHandleOpenPageAction:(nonnull MVMCoreRequestParameters *)requestParameters callBack:(void (^_Nonnull)(MVMCoreRequestParameters * _Nonnull requestParameters))callback; // Logs the action. Currently is not action information driven... depends on delegate.