From dfb220ea6ba2113fda12254549e386dc7188c7d3 Mon Sep 17 00:00:00 2001 From: Eduard Date: Thu, 7 Mar 2019 12:12:52 +0000 Subject: [PATCH] docs: fix a typo in creating libraries guide (#29154) PR Close #29154 --- 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 9716a4b92e..520a25e377 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -2,7 +2,7 @@ You can create and publish new libraries to extend Angular functionality. If you find that you need to solve the same problem in more than one app (or want to share your solution with other developers), you have a candidate for a library. -An simple example might be a button that sends users to your company website, that would be included in all apps that your company builds. +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. ## Getting started