From 70ad0b4b3ba7a396c19001f69832a171cd42fe7e Mon Sep 17 00:00:00 2001 From: Alex Chuev Date: Tue, 22 Mar 2016 19:55:34 +0300 Subject: [PATCH] docs(guide/Components): added a closing bracket. --- docs/content/guide/component.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index 293a6864d1be..4fdc0f5a1297 100644 --- a/docs/content/guide/component.ngdoc +++ b/docs/content/guide/component.ngdoc @@ -29,7 +29,7 @@ and link functions are unavailable Components can be registered using the `.component()` method of an Angular module (returned by {@link module `angular.module()`}). The method takes two arguments: * The name of the Component (as string). - * The Component config object (note that, unlike the `.directive()` method, this method does **not** take a factory function. + * The Component config object (note that, unlike the `.directive()` method, this method does **not** take a factory function).