From 5d222f39d36237b26cf18413d405e55da776d272 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 21 Jul 2021 14:06:10 +0100 Subject: [PATCH] docs: fix spacing in code style guide (#42908) Fixes #42906 PR Close #42908 --- aio/content/guide/styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.