Skip to content

Commit

Permalink
docs: fix typo (vuejs#808)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo on CPU
  • Loading branch information
atinux authored and yyx990803 committed Feb 9, 2018
1 parent c88e694 commit 9467739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Options:

#### Caching and Parallel Mode

- `cache-laoder` 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.
- `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 CPU cores.

#### Building as Library or Web Components

Expand Down

0 comments on commit 9467739

Please sign in to comment.