Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 777ba71

Browse files
tstatlerpetebacondarwin
authored andcommitted
docs(ngdoc): fix spelling mistake
Closes #3836
1 parent 62e6b4e commit 777ba71

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)