diff options
| author | Peter Bacon Darwin | 2014-01-23 17:26:23 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-01-23 17:27:30 +0000 | 
| commit | 5e9835b4f245346b3c79f5e4927c9accfb57a50d (patch) | |
| tree | bc38fab4fabcb80c8672d370576a434f5daae42d /src/ngMock/angular-mocks.js | |
| parent | e0209169bf1463465ad07484421620748a4d3908 (diff) | |
| download | angular.js-5e9835b4f245346b3c79f5e4927c9accfb57a50d.tar.bz2 | |
docs(ngdoc): ensure module installation docs are accurate
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.
Closes #5810
Diffstat (limited to 'src/ngMock/angular-mocks.js')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 292ef4af..74b9c2d6 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1729,7 +1729,7 @@ angular.mock.$RootElementProvider = function() {   * In addition, ngMock also extends various core ng services such that they can be   * inspected and controlled in a synchronous manner within test code.   * - * {@installModule mocks} + * {@installModule mock}   *   * <div doc-module-components="ngMock"></div>   * | 
