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
This commit is contained in:
George Kalpakas 2021-04-18 13:49:38 +03:00 committed by Andrew Kushnir
parent 7c353d452e
commit 17c2f6ef07
1 changed files with 1 additions and 1 deletions

View File

@ -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 [Schematicsfor Libraries](guide/schematics-for-libraries).
To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries).
## Publishing your library