diff --git a/src/sections/profile.astro b/src/sections/profile.astro
index 657c4a6..08d4650 100644
--- a/src/sections/profile.astro
+++ b/src/sections/profile.astro
@@ -2,9 +2,10 @@
import Section from "../components/Section.astro";
import BodyText from "../components/BodyText.astro";
import SecHeading from "../components/SecHeading.astro";
+const { ...rest } = Astro.props;
---
-
+
PROFILE
@@ -23,7 +24,7 @@ import SecHeading from "../components/SecHeading.astro";
Outside of work and school, Noah enjoys reading and programming. His
preferred genre of literature is the philosophical novel; among his
- favories are Dostoevsky's The Idiot and di Lampedusa's
+ favorites are Dostoevsky's The Idiot and di Lampedusa's
The Leopard.
diff --git a/src/sections/projects.astro b/src/sections/projects.astro
index 848b725..a5ae523 100644
--- a/src/sections/projects.astro
+++ b/src/sections/projects.astro
@@ -5,8 +5,9 @@ import SecHeading from "../components/SecHeading.astro";
import SubHeading from "../components/SubHeading.astro";
import Link from "../components/Link.astro";
import LinkButton from "../components/LinkButton.astro";
+const { ...rest } = Astro.props;
---
-
+
PROJECTS
@@ -24,7 +25,7 @@ import LinkButton from "../components/LinkButton.astro";
ngen (engine) is a simple makefile generator for the Ninja build system.
Unlike other, more complex meta build systems, which require
- knowledge unique configuration languages, ngen uses an
+ knowledge of unique configuration languages, ngen uses an
easy-to-understand key-value file, making build configuration simpler
and easier for small to medium sized projects.