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

Commit 97fc47f

Browse files
committed
docs(guide/concepts): clarify definitions
1 parent 6d1c677 commit 97fc47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For a more in-depth explanation, see the {@link tutorial/ tutorial}.
2121
|{@link concepts#controller Controller} | the business logic behind views |
2222
|{@link concepts#di Dependency Injection} | Creates and wires objects and functions |
2323
|{@link concepts#injector Injector} | dependency injection container |
24-
|{@link concepts#module Module} | a container for the different parts of an app including controllers, services, filters, directivess which configures the Injector |
24+
|{@link concepts#module Module} | a container for the different parts of an app including controllers, services, filters, directives which configures the Injector |
2525
|{@link concepts#service Service} | reusable business logic independent of views |
2626

2727

0 commit comments

Comments
 (0)