From 3bfebd4d88bfcc8c3ac5e76b37cc134ae562101c Mon Sep 17 00:00:00 2001 From: Dieter Holvoet Date: Tue, 4 Jul 2023 09:18:50 +0200 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee405b..4c90846 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ return [ 'check_model' => Spatie\ServerMonitor\Models\Check::class, /* - * Right before running a check it's process will be given to this class. Here you + * Right before running a check its process will be given to this class. Here you * can perform some last minute manipulations on it before it will * actually be run. * From 74e69ac30e45d89666e9acb4dfe9ffbfdf4e0b79 Mon Sep 17 00:00:00 2001 From: Dieter Holvoet Date: Tue, 4 Jul 2023 09:20:39 +0200 Subject: [PATCH 2/2] Fix typo --- config/server-monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/server-monitor.php b/config/server-monitor.php index ff5cad8..81b0c2a 100644 --- a/config/server-monitor.php +++ b/config/server-monitor.php @@ -88,7 +88,7 @@ 'check_model' => Spatie\ServerMonitor\Models\Check::class, /* - * Right before running a check it's process will be given to this class. Here you + * Right before running a check its process will be given to this class. Here you * can perform some last minute manipulations on it before it will * actually be run. *