diff --git a/README.md b/README.md
index 92dd024..8adfa84 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This repository contains the assets required to build the **AOSSIE's website**.
Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content!
-Th website is a **Next.js** project using **Tailwind** for styling and design.
+The website is a **Next.js** project using **Tailwind** for styling and design.
# **Getting Started**
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index a036da7..9ca9ab6 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -45,7 +45,7 @@ export function Footer() {
-
+
diff --git a/src/helper/projects.js b/src/helper/projects.js
index 6d8689a..00f1e8a 100644
--- a/src/helper/projects.js
+++ b/src/helper/projects.js
@@ -53,7 +53,7 @@ const projects = [
{
name: 'OpenChat',
description:
- 'a decentralised platform for secure and private messaging and file sharing built on top of blockchain',
+ 'A decentralised platform for secure and private messaging and file sharing built on top of blockchain',
link: { href: '#', label: 'OpenChat' },
logo: DefaultLogo,
},
diff --git a/src/pages/apply.jsx b/src/pages/apply.jsx
index 3bbddf4..d4a8675 100644
--- a/src/pages/apply.jsx
+++ b/src/pages/apply.jsx
@@ -56,7 +56,8 @@ export default function About() {