8000 Fixed a minor typo · symfony/symfony-docs@b284e88 · GitHub
[go: up one dir, main page]

Skip to content

Commit b284e88

Browse files
committed
Fixed a minor typo
1 parent 220e124 commit b284e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ returns a ``Crawler`` instance.
323323
.. tip::
324324

325325
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
326+
test generates URLs using the Symfony router, it won't detect any change
327327
made to the application URLs which may impact the end users.
328328

329329
Use the Crawler to find DOM elements in the Response. These elements can then

0 commit comments

Comments
 (0)
0