Browse Source

Add backticks to Object

Kevin Sawicki 8 years ago
parent
commit
b9a25113a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/client-request.md

+ 1 - 1
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)`