diff --git a/public/static/cookies.js b/public/static/cookies.js index 90cfe3b..7c27d33 100644 --- a/public/static/cookies.js +++ b/public/static/cookies.js @@ -1,4 +1,4 @@ -// This function is executed when any page on the website finsihes loading and +// This function is executed when any page on the website finishes loading and // this function retrieves the cookies if it is present on the user's machine. // If it is available then the saved cookies is display in the cookies tab // otherwise an appropriate message is displayed if it is not available.