From b3549e6680cee8855d88db77641114056e1a899e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Grignon?= Date: Tue, 1 Oct 2019 11:19:13 +0200 Subject: [PATCH] docs: fix typo in creating-libraries (#32930) PR Close #32930 --- aio/content/guide/creating-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index 4080d8f2ec..2936581999 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -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: ng build my-lib --watch