From 5a4a7496a40b45f20cc8655a764c7feecd082db2 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 4 Jan 2019 16:06:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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}