Skip to content

Commit 2b03b63

Browse files
authored
Fix a typo: ouput ==> output (#91)
1 parent 22638c0 commit 2b03b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = pixelmatch;
55
const defaultOptions = {
66
threshold: 0.1, // matching threshold (0 to 1); smaller is more sensitive
77
includeAA: false, // whether to skip anti-aliasing detection
8-
alpha: 0.1, // opacity of original image in diff ouput
8+
alpha: 0.1, // opacity of original image in diff output
99
aaColor: [255, 255, 0], // color of anti-aliased pixels in diff output
1010
diffColor: [255, 0, 0], // color of different pixels in diff output
1111
diffColorAlt: null, // whether to detect dark on light differences between img1 and img2 and set an alternative color to differentiate between the two

0 commit comments

Comments
 (0)