From 670897fa78e9c215784dc44736fd4f2ae2bb779f Mon Sep 17 00:00:00 2001 From: Divlo Date: Mon, 29 May 2023 17:44:26 +0200 Subject: [PATCH] fix: improve spelling consistency --- README.md | 6 +++--- components/Skills/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1f2636..213a82a 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ { "name": "Théo LUDWIG (Divlo)", "pronouns": "He/Him", - "birthdate": "31/03/2003", + "birthDate": "31/03/2003", "nationality": "Alsace, France", "interests": ["Open-Source enthusiast", "Passionate about High-Tech"], "skills": { "programmingLanguages": ["JavaScript/TypeScript", "Python", "C/C++", "PHP"], - "frontEnd": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"], - "backEnd": ["Laravel", "Node.js", "Fastify", "PostgreSQL"], + "frontend": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"], + "backend": ["Laravel", "Node.js", "Fastify", "PostgreSQL"], "tools": ["GNU/Linux", "Ubuntu", "Visual Studio Code", "Git", "Docker"] } } diff --git a/components/Skills/index.tsx b/components/Skills/index.tsx index a6aa5e9..18f07fa 100644 --- a/components/Skills/index.tsx +++ b/components/Skills/index.tsx @@ -16,14 +16,14 @@ export const Skills: React.FC = () => { - + - +