docs(style-guide): Fix Single responsibility principle abbreviation (#3318)

This commit is contained in:
Chris McKnight 2017-03-01 11:06:14 -06:00 committed by Jules Kremer
parent cad3545cd0
commit ad5df0dc60
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ a(id='toc')
## Single responsibility ## Single responsibility
Apply the 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. to all components, services, and other symbols.
This helps make the app cleaner, easier to read and maintain, and more testable. This helps make the app cleaner, easier to read and maintain, and more testable.