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, ];