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

Commit d7c2d5c

Browse files
committed
spelling: useful
1 parent 9477ff4 commit d7c2d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto/injectorSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ describe('injector', function() {
944944
});
945945

946946

947-
it('should throw usefull error on wrong argument type]', function() {
947+
it('should throw useful error on wrong argument type]', function() {
948948
expect(function() {
949949
$injector.invoke({});
950950
}).toThrowMinErr('ng', 'areq', 'Argument \'fn\' is not a function, got Object');

0 commit comments

Comments
 (0)