You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/symfony-bundle.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ You can configure the bundle to show debug information for clients found with di
68
68
client: 'httplug.clients.my_guzzle5'
69
69
async_client: 'auto'
70
70
71
-
The debug info for normal http clients are enabled by default but not for async clients. You can turn all debug info off for auto discovered clients by setting the value to ``false``.
71
+
The debug info for normal HTTP clients are enabled by default but not for async clients. You can turn all debug info off for auto discovered clients by setting the value to ``false``.
72
72
73
-
The web profiler page will show you lots of information about the request and also how diffrent plugins changes the message. See example screenshots below.
73
+
The web profiler page will show you lots of information about the request and also how different plugins changes the message. See example screen shots below.
0 commit comments