From 9557fcf8db3e57ea60358ca6d269802e23e5727d Mon Sep 17 00:00:00 2001 From: Ernest Walzel Date: Fri, 29 Jul 2016 14:50:45 +0300 Subject: [PATCH] Fix minor typo in docs s/tpye/type/ --- docs/API_CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API_CONFIGURATION.md b/docs/API_CONFIGURATION.md index aab1082c5..b4abced75 100644 --- a/docs/API_CONFIGURATION.md +++ b/docs/API_CONFIGURATION.md @@ -36,7 +36,7 @@ ## ActionConst: -We accept shorthand string literal when defining scene tpye or action params, like: +We accept shorthand string literal when defining scene type or action params, like: ```javascript Actions.ROUTE_NAME({type: 'reset'});