From eef21036af81072cc60b8157d6e6cb51fc995759 Mon Sep 17 00:00:00 2001 From: "M. D" Date: Wed, 10 Jan 2024 11:11:56 +0100 Subject: [PATCH] Fix typo in eloquent-sortable.php (#168) --- config/eloquent-sortable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eloquent-sortable.php b/config/eloquent-sortable.php index fa57821..1bfd55a 100644 --- a/config/eloquent-sortable.php +++ b/config/eloquent-sortable.php @@ -8,7 +8,7 @@ /* * Define if the models should sort when creating. - * When true, the package will automatically assign the highest order number to a new mode + * When true, the package will automatically assign the highest order number to a new model */ 'sort_when_creating' => true, ];