Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #155

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/design/architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yorkie Auth Webhook
# Backend Architecture

This document covers ㅅhe architecture of CodePair's NestJS backend.
This document covers the architecture of CodePair's NestJS backend.

## Architecture

Expand Down Expand Up @@ -30,4 +30,4 @@ Note that the naming for the Repository Layer is `PrismaService`.
## Note

For now, we are using the architecture recommended by NestJS as a reference.
However, in the future, we can evolve towards implementing Clean Architecture by introducing interfaces between each layer.
However, in the future, we can evolve towards implementing Clean Architecture by introducing interfaces between each layer.