Skip to content

Commit c82de80

Browse files
authored
Update README.md
1 parent 0bfbece commit c82de80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Contains only logic. no declarations. no dependency with any other module beside
2828
Application feature modules. each module can contain declarations and providers **specific to the the feature**
2929
Depend only on shared module for ui components
3030

31-
#####each feature can contain the following:
31+
##### Each feature can contain the following:
3232
* **module** - the feature module: `<featureName>.module.ts`.
3333
* **component** - the feature main component js file, should contain the feature's containers components only: `<featureName>.component.ts`.
3434
* **component** html - the feature component html: `<featureName>.component.html`.

0 commit comments

Comments
 (0)