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

Commit fefafc0

Browse files
author
timeless@gmail.com
committed
spelling: params
1 parent eef18f1 commit fefafc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/auto/injectorSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('injector', function() {
192192

193193

194194
it('should create $inject', function() {
195-
var extraParans = angular.noop;
195+
var extraParams = angular.noop;
196196
/* eslint-disable space-before-function-paren */
197197
// keep the multi-line to make sure we can handle it
198198
function $f_n0 /*
@@ -203,7 +203,7 @@ describe('injector', function() {
203203
function(a, b) {}
204204
*/
205205
_c,
206-
/* {some type} */ d) { extraParans(); }
206+
/* {some type} */ d) { extraParams(); }
207207
/* eslint-enable */
208208
expect(annotate($f_n0)).toEqual(['$a', 'b_', '_c', 'd']);
209209
expect($f_n0.$inject).toEqual(['$a', 'b_', '_c', 'd']);

0 commit comments

Comments
 (0)