From 1e8095b2c5520c10e5709b70d58652539be2f084 Mon Sep 17 00:00:00 2001 From: John P Penaloza Date: Wed, 28 Feb 2018 11:54:09 -0500 Subject: [PATCH] Fixed table of contents Building as a Library or Web Component was singular in the table of contents and plural in its title (#### Building as Library or Web Components). Changed both to be singular --- 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 04642ef6d3..a70eba9a9e 100644 --- a/docs/cli-service.md +++ b/docs/cli-service.md @@ -114,7 +114,7 @@ Options: - `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 +#### Building as Library or Web Component It is also possible to build any component(s) inside your project as a library or as web components. See [Build Targets](./build-targets.md) for more details.