Skip to content

Commit e930e79

Browse files
committed
Fixed a syntax issue
1 parent f54e37b commit e930e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/browser_kit/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requested URL::
6363

6464
The value returned by the ``request()`` method is an instance of the
6565
:class:`Symfony\\Component\\DomCrawler\\Crawler` class, provided by the
66-
:doc:`DomCrawler component </components/dom_crawler>`_, and which allows
66+
:doc:`DomCrawler component </components/dom_crawler>`, and which allows
6767
accessing and traversing HTML elements programmatically.
6868

6969
Clicking Links

0 commit comments

Comments
 (0)