From 196109af72e6d62cb960f36b25def4655df0c968 Mon Sep 17 00:00:00 2001 From: Alimurtuza <88965204+CYBWEBALI@users.noreply.github.com> Date: Thu, 22 Jun 2023 21:44:43 +0530 Subject: [PATCH] Typo in cookies.js --- public/static/cookies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.