TypeScript: Fix typo s/introducted/introduced/ (#3962)

This commit is contained in:
hugo-syn
2024-01-19 12:07:41 +01:00
committed by GitHub
parent d2656a3679
commit bd4f1abba2

View File

@@ -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');