From 177ca8fcfb6260db2b6f9a361d3637ca0df9830d Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Fri, 8 Dec 2023 17:48:17 +0100 Subject: [PATCH] Fix typo in the image editor blog post (#195) --- blog/2023-10-25-image-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-10-25-image-editor.md b/blog/2023-10-25-image-editor.md index 67213086d..c253d6ba7 100644 --- a/blog/2023-10-25-image-editor.md +++ b/blog/2023-10-25-image-editor.md @@ -52,7 +52,7 @@ Image Editor used to handle image rotations, and how it handles them now. -Without further adieu, let’s dive into some of the finer technical details, so +Without further ado, let’s dive into some of the finer technical details, so you can follow along and implement this feature into your own image editor.