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