diff --git a/src/posts/2025/2025-01-09-post-with-image/post-with-image.md b/src/posts/2025/2025-01-09-post-with-image/post-with-image.md
index 3c27e41..46850d9 100644
--- a/src/posts/2025/2025-01-09-post-with-image/post-with-image.md
+++ b/src/posts/2025/2025-01-09-post-with-image/post-with-image.md
@@ -39,7 +39,7 @@ More info: https://www.11ty.dev/docs/plugins/image/#html-transform
## Markdown syntax
This also uses [Image HTML Transform ](https://www.11ty.dev/docs/plugins/image/#html-transform).
-The markdown sytnax for images creates the `
` element the plugin is looking for, and then transforms it to the `` elemenr (if more than one format is set).
+The markdown sytnax for images creates the `
` element the plugin is looking for, and then transforms it to the `` element (if more than one format is set).
In `src/_config/plugins/markdown.js` I customized the Markdown rendering for images slightly. What normally would become a `title` attribute is used to create a caption. Note that I set a fixed `widths` value instead of `auto` as the default.