From 0f99f02d5e764345a80f63be91241898786374f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 9 Feb 2018 10:49:21 +0100 Subject: [PATCH 1/2] Fix typo --- docs/cli-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli-service.md b/docs/cli-service.md index ed64e95544..d31d503c73 100644 --- a/docs/cli-service.md +++ b/docs/cli-service.md @@ -110,7 +110,7 @@ Options: #### Caching and Parallel Mode -- `cache-laoder` is enabled for Babel/TypeScript transpilation by default. +- `cache-loader` is enabled for Babel/TypeScript transpilation by default. - `thread-loader` will be enabled for Babel/TypeScript transpilation when the machine has more than 1 CPI cores. #### Building as Library or Web Components From c8c2cc0c3de285fde52ae1300ffbf4e059a75e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 9 Feb 2018 13:01:21 +0100 Subject: [PATCH 2/2] Fix typo on CPU --- docs/cli-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli-service.md b/docs/cli-service.md index d31d503c73..fab25696ab 100644 --- a/docs/cli-service.md +++ b/docs/cli-service.md @@ -111,7 +111,7 @@ Options: #### Caching and Parallel Mode - `cache-loader` is enabled for Babel/TypeScript transpilation by default. -- `thread-loader` will be enabled for Babel/TypeScript transpilation when the machine has more than 1 CPI cores. +- `thread-loader` will be enabled for Babel/TypeScript transpilation when the machine has more than 1 CPU cores. #### Building as Library or Web Components