Skip to content

Commit

Permalink
fix(docs): Fix minor typo in SqlHealthIndicator (spinnaker#4179)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt <6519811+mattgogerly@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 1, 2021
1 parent 7009a02 commit baad90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.springframework.boot.actuate.health.AbstractHealthIndicator
import org.springframework.boot.actuate.health.Health

/**
* Overrides the default Spring DataSourceHealthIndicator, which perfroms
* Overrides the default Spring DataSourceHealthIndicator, which performs
* queries at request-time (bad). Uses the background agent of
* [SqlHealthcheckActivator] to determine if SQL connections are healthy.
*/
Expand Down

0 comments on commit baad90e

Please sign in to comment.