Skip to content

Commit

Permalink
Update hello.js
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
johns2te authored Mar 6, 2020
1 parent 8ef8753 commit 6c91adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ console.log(process.env.BUILD_NUMBER)

app.get('/', function (req, res) {
console.log('Hello World request.');
res.render('index', { title: 'Hello', message: 'Hello Worlld!',
res.render('index', { title: 'Hello', message: 'Hello World!',
name: process.env.COMMIT_AUTHOR,
context: context,
buildNumber: process.env.BUILD_NUMBER,
Expand Down

0 comments on commit 6c91adf

Please sign in to comment.