Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulvanderHam authored Apr 12, 2024
1 parent 22cea58 commit c68d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

// If the input text is "start"
if (inputText.toLowerCase() === 'start') {
inputText = '#Begin';
inputText = 'begin';
}

// If the input text is "performance"
Expand Down

0 comments on commit c68d902

Please sign in to comment.