Skip to content

Commit d73155a

Browse files
Update courses/backend/events-startup-project/requirements.md
Co-authored-by: Adam Blanchard <adamgoodie@gmail.com>
1 parent f427579 commit d73155a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

courses/backend/events-startup-project/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ These clarifications define the minimum expectations for this project. They are
9999
- A separate `/search` route is not required.
100100
- `PUT /api/cart/items/{itemId}` and `DELETE /api/cart/items/{itemId}` should identify a specific cart line, not the event itself.
101101
- In the default project route design, `{itemId}` is a single cart line identifier.
102-
- If a student intentionally chooses a composite-key cart-line design, the route shape should be adjusted accordingly and documented clearly.
102+
- If a trainee intentionally chooses a composite-key cart-line design, the route shape should be adjusted accordingly and documented clearly.
103103
- The cart line should store a reference to the related event.
104104

105105
### Cart and Checkout Simplifications

0 commit comments

Comments
 (0)