Skip to content

Commit 6a78fb8

Browse files
committed
Merge pull request hapijs#2599 from MathieuLoutre/patch-2
Fix backtick in docs
2 parents d913639 + 65bfb3d commit 6a78fb8

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
@@ -2282,7 +2282,7 @@ following options:
22822282
- `'log'` - log the error but continue processing the request.
22832283
- `'ignore'` - take no action.
22842284
- a custom error handler function with the signature
2285-
'function(request, reply, source, error)` where:
2285+
`function(request, reply, source, error)` where:
22862286
- `request` - the [request object](#request-object).
22872287
- `reply` - the continuation [reply interface](#reply-interface).
22882288
- `source` - the source of the invalid field (e.g. `'headers'`, `'params'`, `'query'`, `'payload'`).

0 commit comments

Comments
 (0)