From 777ba71ffe1319ed76d14431c938baa9ebfb4a92 Mon Sep 17 00:00:00 2001
From: Tim Statler
Date: Sun, 1 Sep 2013 13:40:15 -0700
Subject: docs(ngdoc): fix spelling mistake
Closes #3836
---
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 f87b65cb..0eacada0 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!
'; -- cgit v1.2.3