Skip to content

Commit

Permalink
fix doc (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalojaubert authored Nov 9, 2023
1 parent 4969203 commit 78d5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/10_going-deeper/health/sensor-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Use `@HealthSensor` parameters to configure user components. Example:
### Create your own health endpoint

Create your own health endpoint with a class annotated with `@HealthSensor` decorator. This class
should define a `health` method that returns a <HealthIndicatorResult>. Example:
should define a `health` method that returns a **HealthIndicatorResult**. Example:

```typescript
import {
Expand Down

0 comments on commit 78d5988

Please sign in to comment.