aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-mocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular-mocks.js')
-rw-r--r--src/angular-mocks.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/angular-mocks.js b/src/angular-mocks.js
index ba7f7461..5cf7ff7c 100644
--- a/src/angular-mocks.js
+++ b/src/angular-mocks.js
@@ -68,10 +68,10 @@
*
* Built-in mocks:
*
- * * {@link angular.Mock.service.$browser $browser } - A mock implementation of the browser.
- * * {@link angular.Mock.service.$exceptionHandler $exceptionHandler } - A mock implementation of the
+ * * {@link angular.mock.service.$browser $browser } - A mock implementation of the browser.
+ * * {@link angular.mock.service.$exceptionHandler $exceptionHandler } - A mock implementation of the
* angular service exception handler.
- * * {@link angular.Mock.service.$log $log } - A mock implementation of the angular service log.
+ * * {@link angular.mock.service.$log $log } - A mock implementation of the angular service log.
*/
angular.mock = {};