Skip to content

Commit 324866c

Browse files
committed
Fix markdown ordered list
1 parent 9b43ad8 commit 324866c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/views/documentation/sections/testing.md.zmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ test "index" {
4242
`request` expects the following parameters:
4343

4444
1. The HTTP verb as an enum (`.GET`, `.POST`, `.PATCH`, etc.)
45-
2. The target request path.
46-
3. Request options.
45+
1. The target request path.
46+
1. Request options.
4747

4848
#### Request Options
4949

0 commit comments

Comments
 (0)