Skip to content

Commit e35bfe3

Browse files
tstatlerjamesdaily
authored andcommitted
docs(ngdoc): fix spelling mistake
Closes angular#3836
1 parent d75413e commit e35bfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ function explainModuleInstallation(moduleName){
12781278
'<a href="http://bower.io/">Bower</a> (as <code>' + modulePackage + '</code>), ' +
12791279
'and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p>' +
12801280

1281-
'<p>Then load the module in your application by adding it as a dependant module:</p><pre><code>' +
1281+
'<p>Then load the module in your application by adding it as a dependent module:</p><pre><code>' +
12821282
' angular.module(\'app\', [\'' + ngMod + '\']);</pre></code>' +
12831283

12841284
'<p>With that you\'re ready to get started!</p>';

0 commit comments

Comments
 (0)