Skip to content

Commit dde9669

Browse files
authored
Fixed small typo
1 parent 0acd735 commit dde9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ submitting a login form - make a test very slow. For this reason, Symfony
607607
provides a ``loginUser()`` method to simulate logging in in your functional
608608
tests.
609609

610-
Instead of login in with real users, it's recommended to create a user only for
610+
Instead of logging in with real users, it's recommended to create a user only for
611611
tests. You can do that with Doctrine :ref:`data fixtures <user-data-fixture>`,
612612
to load the testing users only in the test database.
613613

0 commit comments

Comments
 (0)