From 1f0b288215c710cc1cc47170baa12c897cab6149 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 10 Jun 2020 19:23:10 +0200 Subject: [PATCH] fix sphinx build --- integrations/symfony-bundle.rst | 2 +- plugins/vcr.rst | 4 ++-- spelling_word_list.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 0a3a177..7898326 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -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 diff --git a/plugins/vcr.rst b/plugins/vcr.rst index 8b24070..f468080 100644 --- a/plugins/vcr.rst +++ b/plugins/vcr.rst @@ -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. @@ -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: diff --git a/spelling_word_list.txt b/spelling_word_list.txt index 42d5fb1..8762e72 100644 --- a/spelling_word_list.txt +++ b/spelling_word_list.txt @@ -27,6 +27,7 @@ plugins matchers matcher multipart +natively param params profiler