From d12d3b05dd9adec949603d05084ce6cd73e1fb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Vdovec?= Date: Tue, 11 Oct 2022 10:46:52 +0200 Subject: [PATCH] Fix typo - then -> than --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index 03f5ec7..84f1765 100644 --- a/config/config.php +++ b/config/config.php @@ -9,7 +9,7 @@ /* * Threshold level for the N+1 query detection. If a relation query will be - * executed more then this amount, the detector will notify you about it. + * executed more than this amount, the detector will notify you about it. */ 'threshold' => (int) env('QUERY_DETECTOR_THRESHOLD', 1),