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

Commit 02aef57

Browse files
committed
docs(angular.mock.dump): remove incorrect statement
Fixes #14790
1 parent 56b9b20 commit 02aef57

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
@@ -938,13 +938,10 @@ angular.mock.animate = angular.module('ngAnimateMock', ['ng'])
938938
* @name angular.mock.dump
939939
* @description
940940
*
941-
* *NOTE*: this is not an injectable instance, just a globally available function.
941+
* *NOTE*: This is not an injectable instance, just a globally available function.
942942
*
943-
* Method for serializing common angular objects (scope, elements, etc..) into strings, useful for
944-
* debugging.
945-
*
946-
* This method is also available on window, where it can be used to display objects on debug
947-
* console.
943+
* Method for serializing common angular objects (scope, elements, etc..) into strings.
944+
* It is useful for logging objects to the console when debugging.
948945
*
949946
* @param {*} object - any object to turn into string.
950947
* @return {string} a serialized string of the argument

0 commit comments

Comments
 (0)