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

Commit c38c1c5

Browse files
metamattIgorMinar
authored andcommitted
docs(ngMock): fix minor typo in comment
Change "constroctor" to "constructor".
1 parent d4fe383 commit c38c1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ angular.mock.$LogProvider = function() {
430430
*
431431
* *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`.
432432
*
433-
* Mock of the Date type which has its timezone specified via constroctor arg.
433+
* Mock of the Date type which has its timezone specified via constructor arg.
434434
*
435435
* The main purpose is to create Date-like instances with timezone fixed to the specified timezone
436436
* offset, so that we can test code that depends on local timezone settings without dependency on

0 commit comments

Comments
 (0)