Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ad5df0d

Browse files
cmckni3juleskremer
authored andcommitted
docs(style-guide): Fix Single responsibility principle abbreviation (#3318)
1 parent cad3545 commit ad5df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a(id='toc')
6464
## Single responsibility
6565

6666
Apply the
67-
<a href="https://wikipedia.org/wiki/Single_responsibility_principle" target="_blank"><i>Single Responsibility Principle</i> (SPR)</a>
67+
<a href="https://wikipedia.org/wiki/Single_responsibility_principle" target="_blank"><i>Single Responsibility Principle</i> (SRP)</a>
6868
to all components, services, and other symbols.
6969
This helps make the app cleaner, easier to read and maintain, and more testable.
7070

0 commit comments

Comments
 (0)