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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,7 +410,7 @@ sharp({
// Taken from API documentation at // Taken from API documentation at
// https://sharp.pixelplumbing.com/api-operation#clahe // 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 }).toFile('output.jpg');
sharp('input.jpg').clahe({ width: 10, height: 10, maxSlope: 5 }).toFile('outfile.jpg'); sharp('input.jpg').clahe({ width: 10, height: 10, maxSlope: 5 }).toFile('outfile.jpg');