diff --git a/app/page.tsx b/app/page.tsx
index f4693ed..9365219 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -4,7 +4,7 @@ export default async function Home() {
return (
- This is my little corner of the internet to share my radio projects on things I`'`m doing. Things I find and build that seem to not be documented anywhere.
+ This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere.
);
}