Browse Source

remove last comma in credentials_url example

Last comma  forbidden in JSON, example doesn't work as is.
MaxLanar 6 years ago
parent
commit
3aaff4e973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/configuration.rst

+ 1 - 1
docs/source/configuration.rst

@@ -551,7 +551,7 @@ The server behind ``credentials_url`` should return a JSON encoded object::
 
     {
         "jid": "me@example.com/resource",
-        "password": "Ilikecats!",
+        "password": "Ilikecats!"
     }