mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-02-18 05:23:14 +03:00
Update circuit-breaker.md
misspelled "throught" fixed "throughout"
This commit is contained in:
parent
f978e42036
commit
0e9c7de722
@ -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
|
mechanism that shuts down the circuit, request/response relationship or a
|
||||||
service in the case of software development, to prevent bigger failures.
|
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.
|
document.
|
||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user