From 885c1b6ca9bf0b839bbfea8951a10e80d5d67343 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 18 Oct 2017 22:16:09 +0530 Subject: fixed typo --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 0e838c0..c649628 100644 --- a/js/index.js +++ b/js/index.js @@ -147,7 +147,7 @@ TE.wait(1000, false) .then( TE.wait.bind(TE, 2000) ) .then( TE.enterInput.bind(TE, 'cat bash_programs.txt') ) .then( TE.enterCommand.bind( TE ) ) - .then( TE.enterResponse.bind(TE, 'The Bash Programs I am Prous of :') ) + .then( TE.enterResponse.bind(TE, 'The Bash Programs I am Proud of :') ) .then( TE.wait.bind(TE, 2000) ) .then( TE.enterResponse.bind(TE, '- Get Your Grub Back (Grub Repair)') ) .then( TE.wait.bind(TE, 600) ) -- cgit v1.2.3