Skip to content

Commit

Permalink
TypeScript: Fix typo s/introducted/introduced/ (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn committed Jan 19, 2024
1 parent d2656a3 commit bd4f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/sharp.test-d.ts
Expand Up @@ -410,7 +410,7 @@ sharp({

// Taken from API documentation at
// https://sharp.pixelplumbing.com/api-operation#clahe
// introducted
// introduced
sharp('input.jpg').clahe({ width: 10, height: 10 }).toFile('output.jpg');

sharp('input.jpg').clahe({ width: 10, height: 10, maxSlope: 5 }).toFile('outfile.jpg');
Expand Down

0 comments on commit bd4f1ab

Please sign in to comment.