From 06f8553e90ecea964fbb0133b5e85f45dc267e62 Mon Sep 17 00:00:00 2001 From: pushpinder107 Date: Wed, 23 May 2018 17:18:45 +0530 Subject: [PATCH] Fixes typo (#902) --- content/docs/code-splitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/code-splitting.md b/content/docs/code-splitting.md index e0fd0c4e..0ba1d06e 100644 --- a/content/docs/code-splitting.md +++ b/content/docs/code-splitting.md @@ -97,7 +97,7 @@ import("./math").then(math => { > > The dynamic `import()` syntax is a ECMAScript (JavaScript) > [proposal](https://github.com/tc39/proposal-dynamic-import) not currently -> part of the language standard. It is expected to be accepted within the +> part of the language standard. It is expected to be accepted in the > near future. When Webpack comes across this syntax, it automatically starts code-splitting