From ab2b6a62563457de484b9d1f2be9e36cd6187f67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 11 May 2021 16:27:51 -0400
Subject: [PATCH] clarify a bit of slang (slim is what we call the middleware)

---
 service/crm.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/service/crm.md b/service/crm.md
index 0ad1c0b1..1f009d54 100644
--- a/service/crm.md
+++ b/service/crm.md
@@ -203,7 +203,8 @@ The <https://donate.torproject.org> website is built with Lektor like
 all the other torproject.org [static websites](https://gitlab.torproject.org/tpo/web/). It doesn't talk to
 CiviCRM directly. Instead it talks with with the donation API
 middleware through Javascript, through a React component (available in
-the [donate-static repository](https://gitlab.torproject.org/tpo/web/donate-static)).
+the [donate-static repository](https://gitlab.torproject.org/tpo/web/donate-static)). GR calls that middleware API
+"slim".
 
 In other words, the `donate-api` PHP app is the component that allows
 communications between the `donate.torproject.org` site and
-- 
GitLab