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 43b5818 commit 63ace70Copy full SHA for 63ace70
content/recipes/terminus.md
@@ -58,7 +58,7 @@ $ nest g controller health
58
59
Once we have installed `@nestjs/terminus`, imported our `TerminusModule` and created a new controller, we are ready to create a health check.
60
61
-The `HTTPHealthIndicator` makes use of the `@nestjs/axios` package. In order to use it, make sure you have the following package installed:
+The `HTTPHealthIndicator` requires the `@nestjs/axios` package so make sure to have it installed:
62
63
```bash
64
$ npm i --save @nestjs/axios
0 commit comments