Skip to content

Commit

Permalink
Merge pull request #1832 from CJEdgerton/master
Browse files Browse the repository at this point in the history
Corrected typo in the headers section of the request options docs.
  • Loading branch information
sagikazarmark committed May 9, 2017
2 parents 56bf6c1 + 2499eac commit 0031313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/request-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ headers
Headers may be added as default options when creating a client. When headers
are used as default options, they are only applied if the request being created
does not already contain the specific header. This include both requests passed
to the client in the ``send()`` and ``sendAsync()`` methods and requests
does not already contain the specific header. This includes both requests passed
to the client in the ``send()`` and ``sendAsync()`` methods, and requests
created by the client (e.g., ``request()`` and ``requestAsync()``).

.. code-block:: php
Expand Down

0 comments on commit 0031313

Please sign in to comment.