diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md index d2c53bdf4f..020916543e 100644 --- a/aio/content/guide/styleguide.md +++ b/aio/content/guide/styleguide.md @@ -53,7 +53,7 @@ The guideline uses the shortcut `hero.component.ts|html|css|spec` to represent t ## Single responsibility Apply the -single responsibility principle (SRP) +single responsibility principle (SRP) to all components, services, and other symbols. This helps make the application cleaner, easier to read and maintain, and more testable.