Skip to content

Commit

Permalink
Merge pull request #336 from chdnitinsharma/master
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
hueniverse committed Mar 22, 2020
2 parents 495dca3 + e14bac2 commit 2dee2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/lib/tutorials/en_US/expresstohapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hapi:
```js
server.route({
method: 'GET',
path:'/',
path:'/hello',
handler: (request, h) => {

return 'Hello World!';
Expand Down

0 comments on commit 2dee2b6

Please sign in to comment.