aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.error.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/xhr.error.js')
-rw-r--r--src/service/xhr.error.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/service/xhr.error.js b/src/service/xhr.error.js
index 6f0839b2..372f97f4 100644
--- a/src/service/xhr.error.js
+++ b/src/service/xhr.error.js
@@ -2,14 +2,14 @@
/**
* @ngdoc object
- * @name angular.module.NG.$xhr.error
+ * @name angular.module.ng.$xhr.error
* @function
* @requires $log
*
* @description
- * Error handler for {@link angular.module.NG.$xhr $xhr service}. An application can replaces this
+ * Error handler for {@link angular.module.ng.$xhr $xhr service}. An application can replaces this
* service with one specific for the application. The default implementation logs the error to
- * {@link angular.module.NG.$log $log.error}.
+ * {@link angular.module.ng.$log $log.error}.
*
* @param {Object} request Request object.
*