diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
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>'; |
