diff options
Diffstat (limited to 'js/index.js')
-rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) ) |