From 30969346e933f006f52bf70a83f641a999188696 Mon Sep 17 00:00:00 2001 From: Peng-Jie Date: Mon, 9 May 2016 22:18:01 +0800 Subject: [PATCH 01/12] wording --- part1/README.md | 2 +- part1/example1/README.md | 2 +- zh-TW/part1/README.md | 2 +- zh-TW/part1/example1/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/part1/README.md b/part1/README.md index 0ac096b..f5516e5 100644 --- a/part1/README.md +++ b/part1/README.md @@ -186,7 +186,7 @@ The really cool, and interesting thing about webpack is that you can `require` m JavaScript files. There is this thing in webpack called a loader. Using these loaders, you can -`require` anything from `.css` and `.html` to `.png` files. +`require` anything from `.css` and `.png` to `.html` files. For example in the diagram above I had diff --git a/part1/example1/README.md b/part1/example1/README.md index 9e88c0d..e60968b 100644 --- a/part1/example1/README.md +++ b/part1/example1/README.md @@ -72,7 +72,7 @@ The really cool and interesting thing about webpack is that you can `require` mo javascript files. There is this thing in webpack called a loader. Using these loaders, you can -`require` anything from `.css` and `.html` to `.png` files. +`require` anything from `.css` and `.png` to `.html` files. For example in the diagram above I had diff --git a/zh-TW/part1/README.md b/zh-TW/part1/README.md index f995ca0..01f9928 100644 --- a/zh-TW/part1/README.md +++ b/zh-TW/part1/README.md @@ -166,7 +166,7 @@ body { 關於 webpack 真的很酷,有趣的事情是,你可以 `require` 更多不只是 JavaScript 的檔案。 -在 webpack 這些東西我們稱為 loader。使用這些 loader,你可以 `require` 任何 `.css` 和 `.html` 到 `.png` 檔。 +在 webpack 這些東西我們稱為 loader。使用這些 loader,你可以 `require` 任何 `.css` 和 `.png` 到 `.html` 檔。 例如在上圖我有: diff --git a/zh-TW/part1/example1/README.md b/zh-TW/part1/example1/README.md index 5960e3a..752164d 100644 --- a/zh-TW/part1/example1/README.md +++ b/zh-TW/part1/example1/README.md @@ -67,7 +67,7 @@ body { 關於 webpack 真的很酷,有趣的事情是,你可以 `require` 更多不只是 JavaScript 的檔案。 -在 webpack 這些東西我們稱為 loader。使用這些 loader,你可以 `require` 任何 `.css` 和 `.html` 到 `.png` 檔。 +在 webpack 這些東西我們稱為 loader。使用這些 loader,你可以 `require` 任何 `.css` 和 `.png` 到 `.html` 檔。 例如在上圖我有: From 4f0d1512cd1bd0fdfb7f409d3bb47eb257d750c1 Mon Sep 17 00:00:00 2001 From: Peng-Jie Date: Thu, 12 May 2016 15:43:23 +0800 Subject: [PATCH 02/12] fix typo and wording --- zh-TW/part1/README.md | 32 +++++++++++++++---------------- zh-TW/part1/css-extract/README.md | 6 +++--- zh-TW/part1/example1/README.md | 4 ++-- zh-TW/part1/example3/README.md | 2 +- zh-TW/part1/example5/README.md | 2 +- zh-TW/part1/example6/README.md | 6 +++--- zh-TW/part2/README.md | 14 +++++++------- 7 files changed, 33 insertions(+), 33 deletions(-) diff --git a/zh-TW/part1/README.md b/zh-TW/part1/README.md index 01f9928..6d33a12 100644 --- a/zh-TW/part1/README.md +++ b/zh-TW/part1/README.md @@ -12,7 +12,7 @@ ## 需求 -至少,希望你了解基本的 node.js 和 npm。 +至少希望你了解基本的 node.js 和 npm。 ## 貢獻 @@ -57,16 +57,16 @@ * Bundle JS 檔案 - 讓你可以撰寫模組化的 JavaScript,但是你不需要 inclue 每個 JavaScript `