From 902cef8100b21ae62029c43ec8f9685b0d9a523c Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 7 Apr 2022 17:00:25 -0700 Subject: [PATCH] docs --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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