Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Minor. Line 121 had 'the' typed twice by mistake.
  • Loading branch information
AbdulSalphan authored Dec 23, 2021
1 parent 858d718 commit c409195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function buildAndShowHomeHTML (categories) {
// var homeHtmlToInsertIntoMainPage = ....


// TODO: STEP 4: Insert the the produced HTML in STEP 3 into the main page
// TODO: STEP 4: Insert the produced HTML in STEP 3 into the main page
// Use the existing insertHtml function for that purpose. Look through this code for an example
// of how to do that.
// ....
Expand Down

0 comments on commit c409195

Please sign in to comment.