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

Commit e713f6a

Browse files
committed
Fixed usage error (dependant/dependent) in docs
1 parent 44ad61e commit e713f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

Lines changed: 1 addition & 1 deletion
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)