Skip to content

Commit 32e95e1

Browse files
authored
Merge pull request #265 from php-http/fix-build
lock spelling on version that works
2 parents 301d201 + a2efa0a commit 32e95e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ service names follow the pattern ``httplug.plugin.<name>``:
309309

310310
To use a custom plugin or when you need specific configuration that is not
311311
covered by the bundle configuration, you can configure the plugin as a normal
312-
symfony service and then reference that service name in the plugin list of your
312+
Symfony service and then reference that service name in the plugin list of your
313313
client:
314314

315315
.. code-block:: yaml

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/fabpot/sphinx-php.git
22
sphinx~=1.4.0
33
sphinx-rtd-theme==0.1.6
4-
sphinxcontrib-spelling
4+
sphinxcontrib-spelling==4.2.0
55
pyenchant
66
docutils==0.12

spelling_word_list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Artax
22
async
33
auth
4+
autowiring
45
backoff
56
backtrace
67
boolean

0 commit comments

Comments
 (0)