Skip to content

Commit 84d052e

Browse files
authored
Fixed type in service name (#193)
1 parent 5c57f86 commit 84d052e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ also disable the profiling by configuration.
101101
You can configure the bundle to show debug information for clients found with
102102
discovery. You may also force a specific client to be found when a third party
103103
library is using discovery. The configuration below makes sure the client with
104-
service id ``httplug.clients.my_guzzle5`` is returned when calling
104+
service id ``httplug.client.my_guzzle5`` is returned when calling
105105
``HttpClientDiscovery::find()`` . It does also make sure to show debug info for
106106
asynchronous clients.
107107

@@ -116,7 +116,7 @@ asynchronous clients.
116116
my_guzzle5:
117117
factory: 'httplug.factory.guzzle5'
118118
discovery:
119-
client: 'httplug.clients.my_guzzle5'
119+
client: 'httplug.client.my_guzzle5'
120120
async_client: 'auto'
121121
122122
For normal clients, the auto discovery debug info is enabled by default. For

0 commit comments

Comments
 (0)