Skip to content

Commit 8d87bdc

Browse files
committed
fix typo
1 parent c55f9c6 commit 8d87bdc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ await server.register({
114114
template: 'my-error-view',
115115
toTerminal: true,
116116
links: [ (error) => {
117-
return `<a href="https://github.com/fs-opensource/hapi-dev-errors/search?q=${error.message}">
118-
Search Youch on GitHub
119-
</a>`
117+
return `
118+
<a href="https://github.com/fs-opensource/hapi-dev-errors/search?q=${error.message}">
119+
Search hapi-dev-errors on GitHub
120+
</a>`
120121
}
121122
]
122123
}

0 commit comments

Comments
 (0)