From 8a60239ae71259816ba3f9423b2bb4e230bc4bb4 Mon Sep 17 00:00:00 2001 From: Suraj Poddar Date: Thu, 25 Apr 2019 14:32:30 +0530 Subject: [PATCH] docs(docs-infra): fix typo in workspace-config.md file (#30108) Fixed typo in 'Project asset configuration' section inside workdspace-config.md PR Close #30108 --- aio/content/guide/workspace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 88945750f35..4d57fd88c45 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -179,7 +179,7 @@ Some additional options (listed below) can only be set through the configuration ## Project asset configuration -Each `build` target configuration can include as `assets` array that lists files or folders you want to copy as-is when building your project. +Each `build` target configuration can include an `assets` array that lists files or folders you want to copy as-is when building your project. By default, the `src/assets/` folder and `src/favicon.ico` are copied over.