From b9a25113a69842b3ce49157c6a01b9bbbe9bdedf Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 26 May 2017 14:04:28 -0700 Subject: [PATCH] Add backticks to Object --- docs/api/client-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/client-request.md b/docs/api/client-request.md index 9821b44261a5..e9f9047d5658 100644 --- a/docs/api/client-request.md +++ b/docs/api/client-request.md @@ -169,7 +169,7 @@ the first write will throw an error. If the passed value is not a `String`, its * `name` String - Specify an extra header name. -Returns Object - The value of a previously set extra header name. +Returns `Object` - The value of a previously set extra header name. #### `request.removeHeader(name)`