Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4b564b authored Dec 11, 2023
1 parent 64302f0 commit e40858c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ function handleCommand(command) {
case 'help':
newContent.innerText = 'Available commands: help, about, projects';
break;
case 'couurses':
case 'courses':
newContent.innerText = '1. SecurityTube Linux Assembly Expert.';
break;

case 'about':
newContent.innerText = 'This is your portfolio. Customize it to showcase your skills and projects.';
Expand Down

0 comments on commit e40858c

Please sign in to comment.