diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md
index 25fa3e40d7..5e06a9565d 100644
--- a/aio/content/guide/styleguide.md
+++ b/aio/content/guide/styleguide.md
@@ -85,7 +85,7 @@ Apply the
to all components, services, and other symbols.
This helps make the app cleaner, easier to read and maintain, and more testable.
-对所有的组件、服务等等应用单一职责原则 (SRP)
+对所有的组件、服务等等应用单一职责原则 (SRP)。这样可以让应用更干净、更易读、更易维护、更易测试。
{@a 01-01}