Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 99a0f24

Browse files
authored
Table fix
1 parent 17621be commit 99a0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/ext-best-practices/tutorials/create-integration-with-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's much easier to cover a GuzzleHttp implementation by [Unit Tests]({{ page.ba
1818
## Request options
1919

2020
| Option | Description | Type |
21-
| --- | --- | --- | --- |
21+
| --- | --- | --- |
2222
| `method` | HTTP method, any of `GET`, `POST`, `PUT`, `DELETE` | String |
2323
| `uri` | The API endpoint that needs to be called | String |
2424
| `params` | A list of parameters that needs to be passed to the API | Array |

0 commit comments

Comments
 (0)