Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Aug 31, 2022
1 parent 62ccce2 commit 9bd9366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/images.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test('mammoth.images.imgElement()', {
});
},

'image alt text can be overriden by alt attribute returned from function': function() {
'image alt text can be overridden by alt attribute returned from function': function() {
var imageBuffer = new Buffer("abc");
var image = new documents.Image({
readImage: function(encoding) {
Expand Down

0 comments on commit 9bd9366

Please sign in to comment.