Skip to content

Commit

Permalink
Merge pull request #58 from atoaugustyn/patch-1
Browse files Browse the repository at this point in the history
Grammar correction
  • Loading branch information
freekmurze authored Jan 21, 2022
2 parents fac0d74 + 90b728d commit 7a32745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/viewing-results/on-a-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: On a webpage
weight: 2
---

The package contains a controller `Spatie\Health\Http\Controllers\HealthCheckResultsController` that can be used the render the latest results of all checks. Simply use that controller in your routes on any URL you desire.
The package contains a controller `Spatie\Health\Http\Controllers\HealthCheckResultsController` that can be used to render the latest results of all checks. Simply use that controller in your routes on any URL you desire.

```php
use Spatie\Health\Http\Controllers\HealthCheckResultsController
Expand Down

0 comments on commit 7a32745

Please sign in to comment.