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
This commit is contained in:
Suraj Poddar 2019-04-25 14:32:30 +05:30 committed by Andrew Kushnir
parent 10705684c8
commit 8a60239ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<code-example format="." language="json" linenums="false">