From bd4f1abba28831b8db246366f2f5f8d5ed701eac Mon Sep 17 00:00:00 2001 From: hugo-syn <61210734+hugo-syn@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:07:41 +0100 Subject: [PATCH] TypeScript: Fix typo s/introducted/introduced/ (#3962) --- test/types/sharp.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/types/sharp.test-d.ts b/test/types/sharp.test-d.ts index 1c08ae35a..9fa00e28d 100644 --- a/test/types/sharp.test-d.ts +++ b/test/types/sharp.test-d.ts @@ -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');