8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220e124 commit b284e88Copy full SHA for b284e88
book/testing.rst
@@ -323,7 +323,7 @@ returns a ``Crawler`` instance.
323
.. tip::
324
325
Hardcoding the request URLs is a best practice for functional tests. If the
326
- test generates URLS using the Symfony router, it won't detect any change
+ test generates URLs using the Symfony router, it won't detect any change
327
made to the application URLs which may impact the end users.
328
329
Use the Crawler to find DOM elements in the Response. These elements can then
0 commit comments