aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorMatt Ginzton2013-02-25 23:29:41 -0800
committerIgor Minar2013-02-25 23:55:54 -0800
commitf98f8a3892874382efbd42eded01c94c76188e56 (patch)
tree785f77bcf6f88927a2cb8d6c79fea405f5fc03ee /src/ngMock/angular-mocks.js
parent77c4a7fd660c2520afc7a0fdcf81c8950321f559 (diff)
downloadangular.js-f98f8a3892874382efbd42eded01c94c76188e56.tar.bz2
docs(ngMock): fix minor typo in comment
Change "constroctor" to "constructor".
Diffstat (limited to 'src/ngMock/angular-mocks.js')
-rw-r--r--src/ngMock/angular-mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js
index 9b48c6ef..1877e980 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -430,7 +430,7 @@ angular.mock.$LogProvider = function() {
*
* *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`.
*
- * 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.
*
* The main purpose is to create Date-like instances with timezone fixed to the specified timezone
* offset, so that we can test code that depends on local timezone settings without dependency on