From 97fc47f39e3ae66324441ac0e279159eb8f75b32 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Wed, 21 May 2014 10:47:09 -0700 Subject: [PATCH] docs(guide/concepts): clarify definitions --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index f3ac4774d..a2ffebc1e 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -21,7 +21,7 @@ For a more in-depth explanation, see the {@link tutorial/ tutorial}. |{@link concepts#controller Controller} | the business logic behind views | |{@link concepts#di Dependency Injection} | Creates and wires objects and functions | |{@link concepts#injector Injector} | dependency injection container | -|{@link concepts#module Module} | a container for the different parts of an app including controllers, services, filters, directivess which configures the Injector | +|{@link concepts#module Module} | a container for the different parts of an app including controllers, services, filters, directives which configures the Injector | |{@link concepts#service Service} | reusable business logic independent of views |