From fb841973315eb7c00f44454509b28e231536a06a Mon Sep 17 00:00:00 2001 From: Z Date: Mon, 26 Jun 2017 08:52:14 +0200 Subject: [PATCH] Update robustness.md --- core-principles/robustness.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core-principles/robustness.md b/core-principles/robustness.md index afe94cd..94cb38c 100644 --- a/core-principles/robustness.md +++ b/core-principles/robustness.md @@ -5,5 +5,4 @@ Every API implementation and API consumer **MUST** follow Postel's law: > > _– [John Postel](https://en.wikipedia.org/wiki/Robustness_principle)_ -That is, send the absolutely necessary minimum and be tolerant as possible while consuming another service ([tolerant reader](https://martinfowler.com/bliki/TolerantReader.html)). - +That is, send the necessary minimum and be tolerant as possible while consuming another service ([tolerant reader](https://martinfowler.com/bliki/TolerantReader.html)).