Skip to content

Commit ac04bd7

Browse files
committed
fix typo
1 parent ebcc148 commit ac04bd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
### If you want to name private folders other than columns of users table, follow these steps:
2121
1. Run `php artisan vendor:publish --tag=lfm_handler`.
22-
2. Fill `App\Handler\ConfigHander::class` into `user_field`.
23-
3. Edit `userField()` in the `App\Handler\ConfigHander`
22+
2. Fill `App\Handler\ConfigHandler::class` into `user_field`.
23+
3. Edit `userField()` in the `App\Handler\ConfigHandler`
2424

2525

2626
## Working Directory:

src/config/lfm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
// Flexible way to customize client folders accessibility
4545
// If you want to customize client folders, publish tag="lfm_handler"
46-
// Then you can rewrite userField function in App\Handler\ConfigHander class
47-
// And set 'user_field' to App\Handler\ConfigHander::class
46+
// Then you can rewrite userField function in App\Handler\ConfigHandler class
47+
// And set 'user_field' to App\Handler\ConfigHandler::class
4848
// Ex: The private folder of user will be named as the user id.
4949
'user_folder_name' => UniSharp\LaravelFilemanager\Handlers\ConfigHandler::class,
5050

0 commit comments

Comments
 (0)