Skip to content

Commit 213f69f

Browse files
authored
Update hello.js
add typo
1 parent 7d51e60 commit 213f69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ console.log(process.env.BUILD_NUMBER)
1010

1111
app.get('/', function (req, res) {
1212
console.log('Hello World request.');
13-
res.render('index', { title: 'Hello', message: 'Hello World!',
13+
res.render('index', { title: 'Hello', message: 'Hello Worlld!',
1414
name: process.env.COMMIT_AUTHOR,
1515
context: context,
1616
buildNumber: process.env.BUILD_NUMBER,

0 commit comments

Comments
 (0)