diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro
index 7905453..1e289df 100644
--- a/src/components/ShowcaseProject.astro
+++ b/src/components/ShowcaseProject.astro
@@ -27,12 +27,12 @@ const { collection } = Astro.props;
href={`/${collection.collection}/${collection.slug}`}
aria-label={collection.data.title}>
{
collection.data.collection ? (
diff --git a/src/pages/cv.astro b/src/pages/cv.astro
index 02044af..d06cfff 100644
--- a/src/pages/cv.astro
+++ b/src/pages/cv.astro
@@ -74,7 +74,11 @@ import Link from "@components/Link.astro";
My specific chosen area of focus is design, lighting, and rendering
focusing on 3D environments within software such as Blender and Unreal
Engine. Using either real-time or offline rendering techniques. In
-addition to this I am also very interested in web development, with this sites
source code being public.
+ addition to this I am also very interested in web development, with this
+ site's
source code being public.