Skip to content

Commit 9ab8a24

Browse files
Update content/recipes/terminus.md
1 parent 5a4feaf commit 9ab8a24

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
@@ -98,7 +98,7 @@ export class HealthController {
9898
}
9999
```
100100

101-
> warning **Warning** To use the `HttpHealthIndicator` requires the installation of `@nestjs/axios` and the import of `HttpModule`.
101+
> warning **Warning** `HttpHealthIndicator` requires the installation of the `@nestjs/axios` package and the import of `HttpModule`.
102102
103103
Our health check will now send a _GET_-request to the `https://docs.nestjs.com` address. If
104104
we get a healthy response from that address, our route at `http://localhost:3000/health` will return

0 commit comments

Comments
 (0)