diff --git a/src/static/data/Projects.ts b/src/static/data/Projects.ts index 6b0dded..740559f 100644 --- a/src/static/data/Projects.ts +++ b/src/static/data/Projects.ts @@ -11,7 +11,7 @@ const WebsiteProject: InfoCardProps = { const CavCashProject: InfoCardProps = { title: "cavcash", - description: "CavCash started as a project in 2017 as a way to pay with flashdrives. After recruitinf a few friends to help me, we build ourselves into a PayPal competitor but shutdown due to funding. I continued to re-write the platform as a cryptocurrency.", + description: "CavCash started as a project in 2017 as a way to pay with flashdrives. After recruiting a few friends to help me, we build ourselves into a PayPal competitor but shutdown due to funding. I continued to re-write the platform as a cryptocurrency.", listTitle: "Technologies Used", list: ["C#", ".NET 5", "MSSQL", "mongoDB", "Kubernetes", "Docker", "nginx", "Azure DevOps", "React", "Cloudflare"], link: "https://cavcash.com",