Skip to content

Commit 7c35dfb

Browse files
author
Eran Hammer
committed
Merge pull request hapijs#2450 from paulovieira/master
correct the name of the object
2 parents 88a2710 + cb921a4 commit 7c35dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ The `'request'` and `'request-internal'` events include the [request object](#re
17201720
server.on('request', function (request, event, tags) {
17211721

17221722
if (tags.received) {
1723-
console.log('New request: ' + event.id);
1723+
console.log('New request: ' + request.id);
17241724
}
17251725
});
17261726
```

0 commit comments

Comments
 (0)