From 17c2f6ef07460ffc2258ee520461c4f5463cb5e3 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sun, 18 Apr 2021 13:49:38 +0300 Subject: [PATCH] docs: replace hair space with regular space in `creating-libraries.md` (#41690) This commit replaces a [hair space][1] with a regular space in `creating-libraries.md`. (You can see the hair space "in action" in the "Schematics for Libraries" link right above the [Publishing your library][2] section. [1]: https://en.wikipedia.org/wiki/Template:Hair_space [2]: https://v10.angular.io/guide/creating-libraries#publishing-your-library PR Close #41690 --- 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 22c7127fa8..d978bcd02b 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -112,7 +112,7 @@ If that form will need additional customization by the developer who is using yo However, if the form will always be the same and not need much customization by developers, then you could create a dynamic component that takes the configuration and generates the form. In general, the more complex the customization, the more useful the schematic approach. -To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries). +To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries). ## Publishing your library