From 28c16409a8d1ed14ee0e75ecd1672537a0b7f54b Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 6 Sep 2019 13:03:33 +0200 Subject: [PATCH] Style fix. --- spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 4725d53..40389d3 100644 --- a/spec/README.md +++ b/spec/README.md @@ -377,7 +377,7 @@ response. ## Design Principles -* According to well-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. * `PUT`: Overwrite existing data. * The API calls responses will have two distinct parts: