We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75413e commit e35bfe3Copy full SHA for e35bfe3
docs/src/ngdoc.js
@@ -1278,7 +1278,7 @@ function explainModuleInstallation(moduleName){
1278
'<a href="http://bower.io/">Bower</a> (as <code>' + modulePackage + '</code>), ' +
1279
'and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p>' +
1280
1281
- '<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>' +
1282
' angular.module(\'app\', [\'' + ngMod + '\']);</pre></code>' +
1283
1284
'<p>With that you\'re ready to get started!</p>';
0 commit comments