We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87070c commit 8738174Copy full SHA for 8738174
content/recipes/terminus.md
@@ -171,7 +171,7 @@ check for that response code specifically and determine all other codes as unhea
171
172
In case any other response code other than `204` gets returned, the following example would be unhealthy. The third parameter
173
requires you to provide a function (sync or async) which returns a boolean whether the response is considered
174
-healthy `true` or unhealthy `false`.
+healthy (`true`) or unhealthy (`false`).
175
176
177
```typescript
0 commit comments