Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-00012 committed Jan 1, 2025
1 parent f5cd8dd commit d4f7f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/aboutMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const knownLanguages: Array<KnownLanguage> = [
const knownProgramming: Array<KnownProgrammingLanguage> = [
{
name: "Javascript", // for the comment on the status value, the question goes also for "fs.unlink('C:\Life.exe')"
name: "Javascript", // for the comment on the status value, the question goes also for "fs.unlink('C:\\Life.exe')"
level: 90 // 0-100
},
{
Expand Down

0 comments on commit d4f7f99

Please sign in to comment.