From f38245eac83974cfc4c7c72b300271a8e9f418ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Guti=C3=A9rrez=20Segal=C3=A9s?= Date: Tue, 10 Apr 2018 15:42:05 -0700 Subject: [PATCH] style: fix grammar error (#3050) Signed-off-by: Raul Gutierrez S --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 6a1ff4eab003..c1379d479ade 100644 --- a/STYLE.md +++ b/STYLE.md @@ -104,7 +104,7 @@ A few general notes on our error handling philosophy: is almost always a result of faulty configuration which should be caught during a canary process, there may be cases in which we want some classes of startup errors to be non-fatal. For example, if a misconfigured option is not necessary for server operation. Although this is discouraged, we - will discuss these on a case by case basis case basis during code review (an example of this + will discuss these on a case by case basis during code review (an example of this is the `--admin-address-path` option). **If degraded mode error handling is implemented, we require that there is complete test coverage for the degraded case.** Additionally, the user should be aware of the degraded state minimally via an error log of level warn or greater and via the