Skip to content

Commit

Permalink
Fixed type in service name (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Apr 24, 2017
1 parent 5c57f86 commit 84d052e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ also disable the profiling by configuration.
You can configure the bundle to show debug information for clients found with
discovery. You may also force a specific client to be found when a third party
library is using discovery. The configuration below makes sure the client with
service id ``httplug.clients.my_guzzle5`` is returned when calling
service id ``httplug.client.my_guzzle5`` is returned when calling
``HttpClientDiscovery::find()`` . It does also make sure to show debug info for
asynchronous clients.

Expand All @@ -116,7 +116,7 @@ asynchronous clients.
my_guzzle5:
factory: 'httplug.factory.guzzle5'
discovery:
client: 'httplug.clients.my_guzzle5'
client: 'httplug.client.my_guzzle5'
async_client: 'auto'
For normal clients, the auto discovery debug info is enabled by default. For
Expand Down

0 comments on commit 84d052e

Please sign in to comment.