diff --git a/website/docs/contributing/backend/overview.md b/website/docs/contributing/backend/overview.md index b929dffb0b..f373e32a30 100644 --- a/website/docs/contributing/backend/overview.md +++ b/website/docs/contributing/backend/overview.md @@ -2,7 +2,7 @@ title: Back end --- -The frontend is written in nodejs/typescript. It's written as a REST API following a CSR (controller, service, repository/store) pattern. The following ADRs are defined for the backend: +The backend is written in nodejs/typescript. It's written as a REST API following a CSR (controller, service, repository/store) pattern. The following ADRs are defined for the backend: ## ADRs