Skip to content

Commit d2dd895

Browse files
Fixed the JSON format (this time for real)
1 parent 6ff24da commit d2dd895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/json_login_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ For example, if the JSON document has the following structure:
164164
.. code-block:: json
165165
166166
{
167-
"security" {
168-
"credentials" {
167+
"security": {
168+
"credentials": {
169169
"login": "dunglas",
170170
"password": "MyPassword"
171171
}

0 commit comments

Comments
 (0)