aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorTim Statler2013-09-01 13:40:15 -0700
committerPete Bacon Darwin2013-09-16 22:31:59 +0100
commit777ba71ffe1319ed76d14431c938baa9ebfb4a92 (patch)
treeb20e6a82baae531c287355009d6c14ecde7347d0 /docs/src
parent62e6b4eeb6c4434a25f4c7a4cc2883232d502820 (diff)
downloadangular.js-777ba71ffe1319ed76d14431c938baa9ebfb4a92.tar.bz2
docs(ngdoc): fix spelling mistake
Closes #3836
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/ngdoc.js2
1 files changed, 1 insertions, 1 deletions
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){
'<a href="http://bower.io/">Bower</a> (as <code>' + modulePackage + '</code>), ' +
'and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p>' +
- '<p>Then load the module in your application by adding it as a dependant module:</p><pre><code>' +
+ '<p>Then load the module in your application by adding it as a dependent module:</p><pre><code>' +
' angular.module(\'app\', [\'' + ngMod + '\']);</pre></code>' +
'<p>With that you\'re ready to get started!</p>';