From 34992adb3f3d8fe0717e4fff01c6cbc538da1552 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Mon, 7 Aug 2023 20:52:04 +0100 Subject: [PATCH] Fixed typo in blog post --- app/writing/changelog-august-2023/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/writing/changelog-august-2023/page.mdx b/app/writing/changelog-august-2023/page.mdx index 941e591..32672bc 100644 --- a/app/writing/changelog-august-2023/page.mdx +++ b/app/writing/changelog-august-2023/page.mdx @@ -116,9 +116,9 @@ This website started as a platform for me to showcase my skills and professional priority /> -As far as new ideas, I've come up with the idea for an interactive emoji react bar for the bottom of blogs posts to drive engagement and to measure how my audience reacts to my posts (assuming I have an audience). +As far as new ideas, I've come up with the idea for an interactive emoji react bar for the bottom of blog posts to drive engagement and to measure how my audience reacts to my posts (assuming I have an audience). -I also need to write some TypeScript to generate a dynamic RSS feed so readers can subscribe to my blog posts, which I'll implement this in the coming days. +I also need to write some TypeScript to generate a dynamic RSS feed so readers can subscribe to my blog posts, which I'll implement in the coming days. Another nice-to-have feature would be to allow the readers to subscribe and receive updates via email.