Skip to content

Commit 4dbe66b

Browse files
Another typo
1 parent 7489634 commit 4dbe66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The breakdown of these three types of functions/files is as follows:
2323
- Controllers -- functions that interact with the models to modify specific attributes/pieces of data
2424
- Views -- routes that the user can interact with which make use of controllers to perform a specific action.
2525

26-
Structuring our code in this way decouples the system by introducing modularity. It ensures that we rarely encounter breaking changes and that we have a clean separation of duties for progrmamers. Moreover, it allows us to enforce a predicable design pattern that speeds up onboarding and development on a team.
26+
Structuring our code in this way decouples the system by introducing modularity. It ensures that we rarely encounter breaking changes and that we have a clean separation of duties for progrmamers. Moreover, it allows us to enforce a predictable design pattern that speeds up onboarding and development on a team.
2727

2828
## Using Docker
2929
This backend can also be easily dockerized. Once you've created your env file, simply run `docker compose up -d` or `docker compose up` to start up the application (make sure the docker daemon is running).

0 commit comments

Comments
 (0)