Skip to content

Commit

Permalink
typo: fixed typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Dec 4, 2016
1 parent 8440cfa commit 5091226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ngPdfSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('ngPdf', function() {
}, 9000);
}, 10000);

it('ng-pdf maust have 1 canvas', function() {
it('ng-pdf must have 1 canvas', function() {
var canvas = element.find('canvas');
expect(canvas.length).toBe(1);
});
Expand Down

0 comments on commit 5091226

Please sign in to comment.