Skip to content

Commit 2a2f7d3

Browse files
authored
Update browser_kit.rst
1 parent 1bb1a6a commit 2a2f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This method accepts a request and should return a response::
6060
For a simple implementation of a browser based on the HTTP layer, have a look
6161
at the :class:`Symfony\\Component\\BrowserKit\\HttpBrowser` provided by
6262
:ref:`this component <component-browserkit-external-requests>`. For an implementation based
63-
on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\Client`
63+
on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\HttpClientKernel`
6464
provided by the :doc:`HttpKernel component </components/http_kernel>`.
6565

6666
Making Requests

0 commit comments

Comments
 (0)