From 52c48c42a70304947c77d12020b410a54d226b10 Mon Sep 17 00:00:00 2001 From: Nutto Date: Mon, 18 Apr 2016 21:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改错别字 --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index b69f4f5..6c3de0f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -242,7 +242,7 @@ module.exports = { ```js if (window.location.pathname === '/feed') { showLoadingState(); - require.ensure([], function() { // 这个语法痕奇怪,但是还是可以起作用的 + require.ensure([], function() { // 这个语法很奇怪,但是还是可以起作用的 hideLoadingState(); require('./feed').show(); // 当这个函数被调用的时候,此模块是一定已经被同步加载下来了 });