diff --git a/docs/specs/appmodel.md b/docs/specs/appmodel.md index 79d87048f1d..3a6f3b2bea4 100644 --- a/docs/specs/appmodel.md +++ b/docs/specs/appmodel.md @@ -931,7 +931,7 @@ This guide describes each pattern and shows a **verbatim Redis example** at the ## Adding Resources with `AddX(...)` -An `AddX(...)` method executes: +An `AddX(...)` method will: 1. **Validate inputs** (`builder`, `name`, required arguments). 2. **Instantiate** the data-only resource (`new TResource(...)`).