little fixes
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 22 Jan 2020 15:22:54 +0000 (18:22 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 22 Jan 2020 15:22:54 +0000 (18:22 +0300)
docs/API/admin_api.md

index 534c49eedac483390512608bcd85d2e0dc3d6363..07aa7ec3f56f22cd37b0e43de9656e7a7393e38a 100644 (file)
@@ -722,11 +722,11 @@ Some modifications are necessary to save the config settings correctly:
 ```
 ":pleroma" -> :pleroma
 ```
-- objects with `tuple` key and array value will be converted to atoms;
+- objects with `tuple` key and array value will be converted to tuples;
 ```
 {"tuple": ["string", "Pleroma.Upload", []]} -> {"string", Pleroma.Upload, []}
 ```
-- arrays with *tuple objects* and 2 childs in array will be converted to keywords;
+- arrays with *tuple objects* will be converted to keywords;
 ```
 [{"tuple": [":key1", "value"]}, {"tuple": [":key2", "value"]}] -> [key1: "value", key2: "value"]
 ```