Skip to content

Commit f86ffb5

Browse files
committed
Fixing a typo per @stof
1 parent f121e2c commit f86ffb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dom_crawler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ useful methods for working with forms:
228228

229229
The :method:`Symfony\\Component\\DomCrawler\\Form::getUri` method does more
230230
than just return the ``action`` attribute of the form. If the form method
231-
is GET, then it mimics the browsers behavior and returns a the ``action``
231+
is GET, then it mimics the browser's behavior and returns the ``action``
232232
attribute followed by a query string of all of the form's values.
233233

234234
You can virtually set and get values on the form::

0 commit comments

Comments
 (0)