Skip to content

Commit 6bdcd1f

Browse files
authored
Fixed Typo
1 parent c50dc45 commit 6bdcd1f

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
@@ -55,7 +55,7 @@ The folder structure of this app is explained below:
5555
| **dist** | Contains the distributable (or output) from your TypeScript build. |
5656
| **node_modules** | Contains all npm dependencies |
5757
| **src** | Contains source code that will be compiled to the dist dir |
58-
| **src/config** | Application configuration including environment-specific configs
58+
| **configuration** | Application configuration including environment-specific configs
5959
| **src/controllers** | Controllers define functions to serve various express routes.
6060
| **src/lib** | Common libraries to be used across your app.
6161
| **src/middlewares** | Express middlewares which process the incoming requests before handling them down to the routes

0 commit comments

Comments
 (0)