From 8f6c249313fd3c7cd65396de9870c04cd9c22b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Cioc=C3=AErlan?= Date: Fri, 21 Aug 2020 13:05:47 +0300 Subject: [PATCH] fix typo --- content/blog/lektor-32-released/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/lektor-32-released/contents.lr b/content/blog/lektor-32-released/contents.lr index f789156b..ac5882a1 100644 --- a/content/blog/lektor-32-released/contents.lr +++ b/content/blog/lektor-32-released/contents.lr @@ -40,7 +40,7 @@ A big shoutout to all the contributors who help make Lektor awesome! * Fix mismatch between reported thumbnail size and on-disk image when both width & height are provided. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) * Return JPEG dimensions swapped when EXIF rotation is in effect. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) * Fix off-by-1px rounding discrepancy between reported thumbnail dimensions and actual dimensions. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) -* Fix off-by-one error in pagintaion's iter_pages in the interpretation of the right_current argument, and adding an appropriate trailing `None` for some uses. (thank you [Jeff Dairiki](https://github.com/dairiki)) +* Fix off-by-one error in pagination's iter_pages in the interpretation of the right_current argument, and adding an appropriate trailing `None` for some uses. (thank you [Jeff Dairiki](https://github.com/dairiki)) ## New features