From e713f6a1bab40979e78e58a3215fc7f4bdb73592 Mon Sep 17 00:00:00 2001 From: Tim Statler Date: Sun, 1 Sep 2013 13:40:15 -0700 Subject: [PATCH] Fixed usage error (dependant/dependent) in docs --- docs/src/ngdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 00aba82099e4..2343cc04ebcd 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -1278,7 +1278,7 @@ function explainModuleInstallation(moduleName){ 'Bower (as ' + modulePackage + '), ' + 'and on code.angularjs.org.

' + - '

Then load the module in your application by adding it as a dependant module:

' +
+    '

Then load the module in your application by adding it as a dependent module:

' +
     '    angular.module(\'app\', [\'' + ngMod + '\']);
' + '

With that you\'re ready to get started!

';