docs: fix spacing in code style guide (#42908)
Fixes #42906 PR Close #42908
This commit is contained in:
parent
b5f177939f
commit
5d222f39d3
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue