Skip to content

Commit 699414e

Browse files
authored
Fix typo in recommended property for VueJS
1 parent 544b3ff commit 699414e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/Tecnologias.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const Tecnologias = [
4545
label: 'VueJS',
4646
target: 'https://vuejs.org',
4747
icon: 'material-icon-theme:vue',
48-
recomended: true,
48+
recommended: true,
4949
},
5050
{
5151
label: 'Node.js',

0 commit comments

Comments
 (0)