From 9ae9ebfc1caa64cd9fdafc389ee96f539cc42afa Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 11 Jul 2018 11:30:51 +0100 Subject: [PATCH] Fix typo on src/index - warn message `warnmsg` was refering to `asyncBootsrap` instead of `asyncBootstrap` --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index b4a9306..00a9247 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ import reactTreeWalker from 'react-tree-walker' const warnmsg = - '"react-async-bootstrapper" deprecation notice: please rename your "asyncBootsrap" methods to "bootstrap"' + '"react-async-bootstrapper" deprecation notice: please rename your "asyncBootstrap" methods to "bootstrap"' const defaultContext = { reactAsyncBootstrapperRunning: true,