From e51f757a5ab4e39d53b2b4282804b647ab68bbf0 Mon Sep 17 00:00:00 2001 From: Joseph Plant Date: Mon, 13 Jan 2025 10:46:48 +1000 Subject: [PATCH] fixed spelling Fixed 2 spelling mistakes --- src/posts/2025/2025-01-09-post-with-image/post-with-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 46850d9..6a04522 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 @@ -12,7 +12,7 @@ Using the powerful Eleventy Image plugin, we have three ways to optimize images: ## HTML Transform -Transforms any `` or `` tags in HTML files as a post-processing step. Find the defaut settings diretcly in `eleventy.config.js`. +Transforms any `` or `` tags in HTML files as a post-processing step. Find the default settings directly in `eleventy.config.js`. ```html alt text @@ -139,4 +139,4 @@ More: {%- css "local" -%} {%- include 'css/table.css' -%} -{%- endcss -%} \ No newline at end of file +{%- endcss -%}