Skip to content

Commit cdca626

Browse files
j0k3rweaverryan
authored andcommitted
space typo
Remove space to enable code block
1 parent 24b184b commit cdca626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/security.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ submission (i.e. ``/login_check``):
415415
``check_path`` ``logout`` keys. These keys can be route names (as shown
416416
in this example) or URLs that have routes configured for them.
417417

418-
Notice that the name of the ``login`` route matches the``login_path`` config
418+
Notice that the name of the ``login`` route matches the ``login_path`` config
419419
value, as that's where the security system will redirect users that need
420420
to login.
421421

@@ -1247,7 +1247,7 @@ do the following:
12471247
12481248
encoders:
12491249
Symfony\Component\Security\Core\User\User:
1250-
algorithm: sha1
1250+
algorithm: sha1
12511251
iterations: 1
12521252
encode_as_base64: false
12531253

0 commit comments

Comments
 (0)