Skip to content

Commit

Permalink
Merge pull request #277 from php-http/spellcheck
Browse files Browse the repository at this point in the history
fix sphinx build
  • Loading branch information
dbu committed Jun 10, 2020
2 parents debdcaf + 1f0b288 commit 101a22a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation
````````````

HTTPlug works with any HTTP client implementation that provides PSR-18 or a
HTTPlug adapter. The flex recipe installs the php-http curl client. See
HTTPlug adapter. The flex recipe installs the `php-http` curl client. See
:doc:`../clients` for a list of clients known to work with the bundle.

You can find all available configuration at the
Expand Down
4 changes: 2 additions & 2 deletions plugins/vcr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The naming strategy
*******************

The naming strategy turn a request into a deterministic and unique identifier.
The identifier must be safe to use with a filesystem.
The identifier must be safe to use with a file system.
The plugin provide a default naming strategy, the ``PathNamingStrategy``. You can define two options:

* **hash_headers**: the list of header(s) that make the request unique (Ex: 'Authorization'). The name & content of the header will be hashed to generate a unique signature. By default no header is used.
Expand All @@ -38,7 +38,7 @@ The recorder

The recorder records and replays responses. The plugin provides two recorders:

* ``FilesystemRecorder``: Saves the response on your filesystem using Symfony's `filesystem component`_ and `Guzzle PSR7`_ library.
* ``FilesystemRecorder``: Saves the response on your file system using Symfony's `filesystem component`_ and `Guzzle PSR7`_ library.
* ``InMemoryRecorder``: Saves the response in memory. **Response will be lost at the end of the running process**

To create your own recorder, you need to create a class implementing the following interfaces:
Expand Down
1 change: 1 addition & 0 deletions spelling_word_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ plugins
matchers
matcher
multipart
natively
param
params
profiler
Expand Down

0 comments on commit 101a22a

Please sign in to comment.