diff --git a/src/en/clean-copy/02-Section I. The API Design/05.md b/src/en/clean-copy/02-Section I. The API Design/05.md index cc4a885..45d0240 100644 --- a/src/en/clean-copy/02-Section I. The API Design/05.md +++ b/src/en/clean-copy/02-Section I. The API Design/05.md @@ -971,7 +971,7 @@ POST /v1/orders "total": "9000.00" } → 409 Conflict -// Error: munimal order sum +// Error: minimal order sum // is 10000 tögrögs { "reason": "below_minimal_sum", diff --git a/src/en/clean-copy/02-Section I. The API Design/06.md b/src/en/clean-copy/02-Section I. The API Design/06.md index 63002f9..7e21249 100644 --- a/src/en/clean-copy/02-Section I. The API Design/06.md +++ b/src/en/clean-copy/02-Section I. The API Design/06.md @@ -118,7 +118,7 @@ GET /v1/programs/{id} ``` // Runs the specified program -// on the specefied coffee-machine +// on the specified coffee-machine // with specific parameters POST /v1/programs/{id}/run {