Skip to content

Commit 65bfb3d

Browse files
author
Mathieu Triay
committed
Fix backtick in docs
A straight quote was used in place of a backtick.
1 parent d913639 commit 65bfb3d

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)