Skip to content

Commit ed0e8b5

Browse files
committed
Spelling Correction
In a comment I have changed the "Explicitely" to "Explicitly".
1 parent b22983c commit ed0e8b5

File tree

1 file changed

+1
-1
lines changed
  • assignments/assignment5/assignment5-solution-starter/js

1 file changed

+1
-1
lines changed

assignments/assignment5/assignment5-solution-starter/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ showLoading("#main-content");
8484
$ajaxUtils.sendGetRequest(
8585
allCategoriesUrl,
8686
[...], // ***** <---- TODO: STEP 1: Substitute [...] ******
87-
true); // Explicitely setting the flag to get JSON from server processed into an object literal
87+
true); // Explicitly setting the flag to get JSON from server processed into an object literal
8888
});
8989
// *** finish **
9090

0 commit comments

Comments
 (0)