aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2017-10-18 22:16:09 +0530
committerGitHub <noreply@github.com>2017-10-18 22:16:09 +0530
commit885c1b6ca9bf0b839bbfea8951a10e80d5d67343 (patch)
tree76d7fe4f0da18523c050c37681331c379551ae6d /js
parentb4fe18dac8567424d2cc663c8dee6e3256b25bef (diff)
fixed typo
Diffstat (limited to 'js')
-rw-r--r--js/index.js2
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) )