Skip to content

Commit 101a22a

Browse files
authored
Merge pull request #277 from php-http/spellcheck
fix sphinx build
2 parents debdcaf + 1f0b288 commit 101a22a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
````````````
1414

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

1919
You can find all available configuration at the

plugins/vcr.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The naming strategy
2222
*******************
2323

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

2828
* **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
3838

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

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

4444
To create your own recorder, you need to create a class implementing the following interfaces:

spelling_word_list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ plugins
2727
matchers
2828
matcher
2929
multipart
30+
natively
3031
param
3132
params
3233
profiler

0 commit comments

Comments
 (0)