Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 79b17e8

Browse files
committed
misspells
1 parent e44ce44 commit 79b17e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config/lucid.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
| Dashboard
77
|--------------------------------------------------------------------------
88
|
9-
| By default /lucid/dashboard is avilable on when env('APP_DEBUG') is true.
10-
| If you set this value to "true" it will be always accessable even on
11-
| production environment.
9+
| By default /lucid/dashboard is available on when env('APP_DEBUG')
10+
| is true. If you set this value to "true" it will be always accessible
11+
| even on production environment.
1212
|
1313
*/
1414
'dashboard' => null,
@@ -23,9 +23,10 @@
2323
| etc. will be generated into /app/ directory.
2424
|
2525
| When you set this value to "false" it means you application have multiple
26-
| services and all classes will be generated into /src/ directrory. After
27-
| changing that value all "lucid" classes should be moved from /app/ to
28-
| /src/.
26+
| services and all classes will be generated into /src/ directrory.
27+
| After changing that value all "lucid" classes should be moved
28+
| from /app/ to /src/.
29+
|
2930
*/
3031
//'microservice' => true,
3132

0 commit comments

Comments
 (0)