Skip to content

Commit 82fcf5f

Browse files
Apply suggestions from code review
Matt's review Co-authored-by: Matt Dodson <[email protected]>
1 parent 7557002 commit 82fcf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/05 Examples/01 Examples/10 api-crud-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CRUD refers to the basic operations in a database: Create, Read, Update, and Del
1212
- _Update_: HTTP `PUT`or `PATCH` to change an existing resource.
1313
- _Delete_: HTTP `DELETE` to remove a resource.
1414

15-
You'll find two test examples: the first one uses the core k6 APIs (`k6/http` and `checks`), and the second showcases more recent APIs (`httpx` and `k6chaijs`).
15+
This document has two examples, one that uses the core k6 APIs (`k6/http` and `checks`) and another to show the more recent APIs (`httpx` and `k6chaijs`).
1616

1717
## Test steps
1818

0 commit comments

Comments
 (0)