10000 Fixed a syntax error · symfony/symfony-docs@6d018f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d018f6

Browse files
Fixed a syntax error
1 parent ab5259b commit 6d018f6

File t 8000 ree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/json_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ username and password and authenticating the user.
139139

140140
And that's it! When you submit a ``POST`` request to the ``/login`` URL with
141141
the following JSON document as 5AD5 body, the security system will automatically
142-
check the user's credentials and either authenticate the user or throw an error::
142+
check the user's credentials and either authenticate the user or throw an error:
143143

144144
.. code-block:: json
145145

0 commit comments

Comments
 (0)
0