From 660f3d58beef8af50582db5b25b1a9a6c11d42ad Mon Sep 17 00:00:00 2001 From: "J. Andrew Brassington" Date: Wed, 7 Oct 2015 19:01:35 -0700 Subject: [PATCH] Fix typo (docs/api) Line 330: "betweem" => "between" --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 049aa2be..d05ff2db 100644 --- a/docs/api.md +++ b/docs/api.md @@ -327,7 +327,7 @@ When a `radius` is provided, performs a slower, more accurate sharpen of the L c Apply a gamma correction by reducing the encoding (darken) pre-resize at a factor of `1/gamma` then increasing the encoding (brighten) post-resize at a factor of `gamma`. -`gamma`, if present, is a Number betweem 1 and 3. The default value is `2.2`, a suitable approximation for sRGB images. +`gamma`, if present, is a Number between 1 and 3. The default value is `2.2`, a suitable approximation for sRGB images. This can improve the perceived brightness of a resized image in non-linear colour spaces.