Skip to content

Commit 51c98a6

Browse files
committed
typo
1 parent 2474d01 commit 51c98a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ List of services
161161
+----------------------------------+---------------------------------------------------------------------+
162162
| httplug.stream_factory | Service* that provides the `Http\Message\StreamFactory` |
163163
+----------------------------------+---------------------------------------------------------------------+
164-
| httplug.client.[name] | | This is your Httpclient that you have configured. |
164+
| httplug.client.[name] | | This is your HttpClient that you have configured. |
165165
| | | With the configuration below the name would be `acme_client`. |
166166
+----------------------------------+---------------------------------------------------------------------+
167167
| httplug.client | This is the first client configured or a client named `default`. |

integrations/symfony-full-configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This page shows an example of all configuration values provided by the bundle.
2929
type: 'wsse'
3030
username: 'my_username'
3131
password: 'p4ssw0rd'
32-
my_brearer:
32+
my_bearer:
3333
type: 'bearer'
3434
token: 'authentication_token_hash'
3535
my_service:
@@ -71,5 +71,5 @@ This page shows an example of all configuration values provided by the bundle.
7171
plugins: ['httplug.plugin.authentication.my_wsse', 'httplug.plugin.cache', 'httplug.plugin.retry']
7272
config:
7373
base_uri: 'http://google.se/'
74-
# more options to the guzzle 6 constuctor
74+
# more options to the guzzle 6 constructor
7575

0 commit comments

Comments
 (0)