We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fe383 commit c38c1c5Copy full SHA for c38c1c5
src/ngMock/angular-mocks.js
@@ -430,7 +430,7 @@ angular.mock.$LogProvider = function() {
430
*
431
* *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`.
432
433
- * Mock of the Date type which has its timezone specified via constroctor arg.
+ * Mock of the Date type which has its timezone specified via constructor arg.
434
435
* The main purpose is to create Date-like instances with timezone fixed to the specified timezone
436
* offset, so that we can test code that depends on local timezone settings without dependency on
0 commit comments