diff options
| author | Matt Ginzton | 2013-02-25 23:29:41 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-02-25 23:54:44 -0800 |
| commit | c38c1c503074af1b0aae7498b9381cb90cd63958 (patch) | |
| tree | 455803889281ae7ae7c395a5ad154cbb50c73c99 /src/ngMock/angular-mocks.js | |
| parent | d4fe383b7bc2314369199023f121064aec9cc167 (diff) | |
| download | angular.js-c38c1c503074af1b0aae7498b9381cb90cd63958.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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 5fe83a30..f452cd05 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 |
