diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade
index 5fcb8d395d..1cd291b675 100644
--- a/public/docs/ts/latest/guide/style-guide.jade
+++ b/public/docs/ts/latest/guide/style-guide.jade
@@ -64,7 +64,7 @@ a(id='toc')
## Single responsibility
Apply the
- Single Responsibility Principle (SPR)
+ Single Responsibility Principle (SRP)
to all components, services, and other symbols.
This helps make the app cleaner, easier to read and maintain, and more testable.