From 686ccd3186b7c3c01b853b2a82d336d51389f370 Mon Sep 17 00:00:00 2001 From: FernandoJVideira <03.pleaser-minster@icloud.com> Date: Fri, 15 Aug 2025 15:25:17 +0100 Subject: [PATCH] Typo Fix --- src/components/About.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/About.vue b/src/components/About.vue index 409168a..a60634e 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -94,7 +94,7 @@ import { ref } from "vue"; const education = ref([ { id: 1, - course: "CTeSP in Programing and IT", + course: "CTeSP in Programming and IT", institution: "Polytechnic of Leiria", year: "2023", }, @@ -102,7 +102,7 @@ const education = ref([ id: 2, course: "Bachelor's Degree in Software Engineering", institution: "Polytechnic of Leiria", - year: "2026 (Expected)", + year: "2023 - Present", }, ]);