Skip to content

Commit

Permalink
Spelling Correction
Browse files Browse the repository at this point in the history
In a comment I have changed the "Explicitely" to "Explicitly".
  • Loading branch information
duelinggalois committed Jan 12, 2020
1 parent b22983c commit ed0e8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ showLoading("#main-content");
$ajaxUtils.sendGetRequest(
allCategoriesUrl,
[...], // ***** <---- TODO: STEP 1: Substitute [...] ******
true); // Explicitely setting the flag to get JSON from server processed into an object literal
true); // Explicitly setting the flag to get JSON from server processed into an object literal
});
// *** finish **

Expand Down

0 comments on commit ed0e8b5

Please sign in to comment.