Fix typo in es.js

This commit is contained in:
Pascual 2022-03-13 09:42:03 +01:00 committed by Daniel Meyer
parent 973f4e9e9b
commit 161ae4ceec

View File

@ -8,6 +8,6 @@ const lang = {
skills: 'Habilidades',
projects: 'Proyectos',
contributions: 'Contribuciones',
about: 'Sobre mi'
about: 'Sobre mí'
};
export default lang;