From 0e9c7de7221567b5680730c6400f6caaac1917cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=A2=E3=83=8F=E3=83=A1=E3=83=89?= Date: Mon, 10 Sep 2018 17:57:43 +0900 Subject: [PATCH] Update circuit-breaker.md misspelled "throught" fixed "throughout" --- stability/circuit-breaker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stability/circuit-breaker.md b/stability/circuit-breaker.md index 66b0487..1dc5c1d 100644 --- a/stability/circuit-breaker.md +++ b/stability/circuit-breaker.md @@ -6,7 +6,7 @@ wires to heat up and combust, the circuit breaker design pattern is a fail-first mechanism that shuts down the circuit, request/response relationship or a service in the case of software development, to prevent bigger failures. -**Note:** The words "circuit" and "service" are used synonymously throught this +**Note:** The words "circuit" and "service" are used synonymously throughout this document. ## Implementation