fixed typo

This commit is contained in:
Jan Friedli 2020-05-08 17:42:03 +02:00
parent 05ad5701d9
commit 9157dee69f
No known key found for this signature in database
GPG Key ID: F945FA2FCA30549D
2 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ MUST contain more than two files. The max length is configurable
{ {
"file_name": "uploaded_file_name.jpg", "file_name": "uploaded_file_name.jpg",
"key": "uploaded_file_key", "key": "uploaded_file_key",
"scret": "uploaded_file_secret" "secret": "uploaded_file_secret"
} }
] ]
} }

View File