From 6ee81ff966f03202db90444d7fe3be105060caed Mon Sep 17 00:00:00 2001 From: DEVANSH NIGAM <64771731+devansh0605@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:24:56 +0530 Subject: [PATCH] updated changes in string --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 80d1763..278367c 100644 --- a/js/script.js +++ b/js/script.js @@ -37,7 +37,7 @@ $(document).ready(function() { // To add typing effect using typed.js var typed = new Typed(".typed", { - strings: ["Budding Software Developer.", "iOS Development.", "Web Enthusiast." ,"Student."], + strings: ["Budding Software Developers.", "iOS Development.", "Web Enthusiast." ,"Student."], typeSpeed: 70, loop: true, //This line will make sure when all the three strings are typed this process will start again fromthe first string startDelay: 1000, //Wait 1000 mili seconds before starting typing effect