From bdb63b8de3d6395027faa0646e29e915228eea6c Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Wed, 29 Jan 2020 13:54:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AD=E5=8F=A5=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/creating-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index e4a78a6ad2..e4cafee072 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -8,7 +8,7 @@ You can create and publish new libraries to extend Angular functionality. If you A simple example might be a button that sends users to your company website, that would be included in all apps that your company builds. -一个简单的例子就是把用户带到你公司网站上的按钮,该按钮会包含在你公司构建的所有应用中。 +简单的例子就是一个用来把用户带到你公司网站上的按钮,该按钮会包含在你公司构建的所有应用中。

For more details on how a library project is structured you can refer the Library Project Files