docs(style-guide): Fix Single responsibility principle abbreviation (#3318)
This commit is contained in:
parent
cad3545cd0
commit
ad5df0dc60
|
@ -64,7 +64,7 @@ a(id='toc')
|
|||
## Single responsibility
|
||||
|
||||
Apply the
|
||||
<a href="https://wikipedia.org/wiki/Single_responsibility_principle" target="_blank"><i>Single Responsibility Principle</i> (SPR)</a>
|
||||
<a href="https://wikipedia.org/wiki/Single_responsibility_principle" target="_blank"><i>Single Responsibility Principle</i> (SRP)</a>
|
||||
to all components, services, and other symbols.
|
||||
This helps make the app cleaner, easier to read and maintain, and more testable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue