diff --git a/docs/architecture/config-check-framework.md b/docs/architecture/config-check-framework.md
index 29db34731..fef1806c3 100644
--- a/docs/architecture/config-check-framework.md
+++ b/docs/architecture/config-check-framework.md
@@ -114,6 +114,8 @@ The generated checks are located in
LIBRARY\_DIRECTORY/PROJECT\_NAME\_config\_check\_\*.h.
These headers are included by LIBRARY\_DIRECTORY/PROJECT\_NAME\_config.c.
+These are internal headers, included by one library file. This way, we run the config checks exactly once during a normal build.
+
### Behavior of the generated checks
The generated checks consist of two parts: