docs: fix spacing in code style guide (#42908)

Fixes #42906

PR Close #42908
This commit is contained in:
Pete Bacon Darwin 2021-07-21 14:06:10 +01:00 committed by Dylan Hunn
parent b5f177939f
commit 5d222f39d3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The guideline uses the shortcut `hero.component.ts|html|css|spec` to represent t
## Single responsibility
Apply the
<a href="https://wikipedia.org/wiki/Single_responsibility_principle"><i>single responsibility principle</i> (SRP)</a>
<a href="https://wikipedia.org/wiki/Single_responsibility_principle"><i>single responsibility principle (SRP)</i></a>
to all components, services, and other symbols.
This helps make the application cleaner, easier to read and maintain, and more testable.