Skip to content

Commit 4ef1125

Browse files
authored
Updated base.php - Fixed spelling mistakes
Fixed spelling mistakes in base.php prepent to prepend clases to classes
1 parent c2c90a7 commit 4ef1125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/backpack/base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
// All JS and CSS assets defined above have this string appended as query string (?v=string).
150150
// If you want to manually trigger cachebusting for all styles and scripts,
151-
// append or prepent something to the string below, so that it's different.
151+
// append or prepend something to the string below, so that it's different.
152152
'cachebusting_string' => \PackageVersions\Versions::getVersion('backpack/crud'),
153153

154154
/*
@@ -210,7 +210,7 @@
210210
'user_model_fqn' => App\User::class,
211211

212212
// The classes for the middleware to check if the visitor is an admin
213-
// Can be a single class or an array of clases
213+
// Can be a single class or an array of classes
214214
'middleware_class' => [
215215
App\Http\Middleware\CheckIfAdmin::class,
216216
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,

0 commit comments

Comments
 (0)