Skip to content

Commit beb4195

Browse files
committed
Fix typo in directory structure and adjust case sensitivity in ECS configuration.
1 parent 6f58674 commit beb4195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ root
6161
├── src
6262
│ ├── framework
6363
│ │ ├── asset Asset bundle files.
64-
│ │ ├── envent Event handler files.
64+
│ │ ├── event Event handler files.
6565
│ │ └── resource
6666
│ │ ├── css Css files.
6767
│ │ ├── js Js files.

ecs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
[
5959
'*/src/framework/resource/layout/*',
6060
'*/src/usecase/contact/view/*',
61-
'*/src/useCase/site/view/*',
61+
'*/src/usecase/site/view/*',
6262
],
6363
);

0 commit comments

Comments
 (0)