Skip to content

Commit

Permalink
Merge pull request #190 from RhysLees/patch-1
Browse files Browse the repository at this point in the history
Fix missing word in docs
  • Loading branch information
freekmurze authored Sep 4, 2023
2 parents d6cde96 + ab1e6dd commit aebe73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ protected function schedule(Schedule $schedule)

## Running the checks by sending HTTP requests

If you don't want let your application send notification, but let a service like Oh Dear monitor the health of your app, you can trigger a run of all health checks by visiting the [HTTP endpoint](https://spatie.be/docs/laravel-health/v1/viewing-results/on-a-webpage) or [JSON endpoint](https://spatie.be/docs/laravel-health/v1/viewing-results/as-json) and use the `?fresh` parameter in the URL.
If you don't want to let your application send notification, but let a service like Oh Dear monitor the health of your app, you can trigger a run of all health checks by visiting the [HTTP endpoint](https://spatie.be/docs/laravel-health/v1/viewing-results/on-a-webpage) or [JSON endpoint](https://spatie.be/docs/laravel-health/v1/viewing-results/as-json) and use the `?fresh` parameter in the URL.

0 comments on commit aebe73a

Please sign in to comment.