Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6778453

Browse files
alex-chuevgkalpak
authored andcommitted
docs(guide/component): add missing closing bracket
Closes #14299
1 parent f01d6f2 commit 6778453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and link functions are unavailable
2929
Components can be registered using the `.component()` method of an Angular module (returned by {@link module `angular.module()`}). The method takes two arguments:
3030

3131
* The name of the Component (as string).
32-
* The Component config object (note that, unlike the `.directive()` method, this method does **not** take a factory function.
32+
* The Component config object. (Note that, unlike the `.directive()` method, this method does **not** take a factory function.)
3333

3434
<example name="heroComponentSimple" module="heroApp">
3535
<file name="index.js">

0 commit comments

Comments
 (0)