Skip to content

Commit 381b9e1

Browse files
authored
Fix grammar in AddX method responsibilities docs (#11014)
The docs said, "executes" but then said "validate inputs", which didn't read smoothly to me. Saying the method "will" "validate inputs" seems like a better fit.
1 parent 79d4eed commit 381b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/appmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ This guide describes each pattern and shows a **verbatim Redis example** at the
931931

932932
## Adding Resources with `AddX(...)`
933933

934-
An `AddX(...)` method executes:
934+
An `AddX(...)` method will:
935935

936936
1. **Validate inputs** (`builder`, `name`, required arguments).
937937
2. **Instantiate** the data-only resource (`new TResource(...)`).

0 commit comments

Comments
 (0)