docs: fix typo in creating-libraries (#32930)

PR Close #32930
This commit is contained in:
Gérôme Grignon 2019-10-01 11:19:13 +02:00 committed by atscott
parent 475e36abb5
commit b3549e6680
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ You can rebuild your library whenever you make changes to it, but this extra ste
*Incremental builds* functionality improves the library-development experience.
Every time a file is changed a partial build is performed that emits the amended files.
Incremental builds can be run as a backround process in your dev environment. To take advantage of this feature add the `--watch` flag to the build command:
Incremental builds can be run as a background process in your dev environment. To take advantage of this feature add the `--watch` flag to the build command:
<code-example language="bash">
ng build my-lib --watch