diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 3c045329c..43f486c9e 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -37,7 +37,7 @@ server ├── commands - We are gradually moving to the command pattern for new write logic ├── config - Database configuration ├── emails - Transactional email templates -│ └── components - Shared React components for email templates +│ └── templates - Classes that define each possible email template ├── middlewares - Koa middlewares ├── migrations - Database migrations ├── models - Sequelize models