Skip to content

Commit 63ace70

Browse files
Update content/recipes/terminus.md
1 parent 43b5818 commit 63ace70

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
@@ -58,7 +58,7 @@ $ nest g controller health
5858

5959
Once we have installed `@nestjs/terminus`, imported our `TerminusModule` and created a new controller, we are ready to create a health check.
6060

61-
The `HTTPHealthIndicator` makes use of the `@nestjs/axios` package. In order to use it, make sure you have the following package installed:
61+
The `HTTPHealthIndicator` requires the `@nestjs/axios` package so make sure to have it installed:
6262

6363
```bash
6464
$ npm i --save @nestjs/axios

0 commit comments

Comments
 (0)