Style fix.

This commit is contained in:
pancho horrillo
2019-09-06 12:19:32 +02:00
parent 9fdd75f6d8
commit 42403fe78c
+1 -1
View File
@@ -377,7 +377,7 @@ response.
## Design Principles ## Design Principles
* According to established best practices we use the HTTP methods as follows: * According to well-established best practices we use the HTTP methods as follows:
* `GET`: Read data without any side-effects. * `GET`: Read data without any side-effects.
* `PUT`: Overwrite existing data. * `PUT`: Overwrite existing data.
* The API calls responses will have two distinct parts: * The API calls responses will have two distinct parts: