Skip to content

Commit 0734b64

Browse files
committed
semantic fix
1 parent 1c9242e commit 0734b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ req.timeout = 500 // define a 500ms timeout on a custom request.
148148
```
149149
> NOTE: You might want to also check https://www.npmjs.com/package/middleware-if-unless
150150
151-
### Circuit Breaker
151+
### Circuit Breakers
152152
By using the `proxyHandler` hook, developers can optionally intercept and modify the default gateway routing behavior right before the origin request is proxied to the remote service. Therefore, connecting advanced monitoring mechanisms like [Circuit Breakers](https://martinfowler.com/bliki/CircuitBreaker.html) is rather simple.
153153

154154
Please see the `demos/circuitbreaker.js` example for more details using the `opossum` library.

0 commit comments

Comments
 (0)