Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f88b4be

Browse files
committed
docs(angular.mock.dump): remove incorrect statement
Fixes #14790
1 parent a7bcc01 commit f88b4be

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ngMock/angular-mocks.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -927,13 +927,10 @@ angular.mock.animate = angular.module('ngAnimateMock', ['ng'])
927927
* @name angular.mock.dump
928928
* @description
929929
*
930-
* *NOTE*: this is not an injectable instance, just a globally available function.
930+
* *NOTE*: This is not an injectable instance, just a globally available function.
931931
*
932-
* Method for serializing common angular objects (scope, elements, etc..) into strings, useful for
933-
* debugging.
934-
*
935-
* This method is also available on window, where it can be used to display objects on debug
936-
* console.
932+
* Method for serializing common angular objects (scope, elements, etc..) into strings.
933+
* It is useful for logging objects to the console when debugging.
937934
*
938935
* @param {*} object - any object to turn into string.
939936
* @return {string} a serialized string of the argument

0 commit comments

Comments
 (0)