Skip to content

Commit 8738174

Browse files
Update content/recipes/terminus.md
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent f87070c commit 8738174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/terminus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ check for that response code specifically and determine all other codes as unhea
171171

172172
In case any other response code other than `204` gets returned, the following example would be unhealthy. The third parameter
173173
requires you to provide a function (sync or async) which returns a boolean whether the response is considered
174-
healthy `true` or unhealthy `false`.
174+
healthy (`true`) or unhealthy (`false`).
175175

176176

177177
```typescript

0 commit comments

Comments
 (0)