format & fix typos (#118)

This commit is contained in:
Atef Ben Ali 2018-01-27 14:37:43 +01:00 committed by Vahid Panjganj
parent 73a3e2d59c
commit 70f67166f1

View File

@ -709,7 +709,7 @@ These are some basic security best practices:
* Your API should convert the received data to their canonical form or reject them. Return 400 Bad Request with details about any errors from bad or missing data. * Your API should convert the received data to their canonical form or reject them. Return 400 Bad Request with details about any errors from bad or missing data.
* All the data exchanged with the ReST API must be validated by the API. * All the data exchanged with the REST API must be validated by the API.
* Serialize your JSON. * Serialize your JSON.