Skip to content

Commit f87790d

Browse files
authored
Update API_TEMPLATE.md (#9059)
Signed-off-by: kolchfa-aws <[email protected]>
1 parent 83afb9b commit f87790d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/API_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following table lists the available request body fields.
4646

4747
## Example request(s)
4848

49-
**TIP:** If multiple examples exist for the request, seperate those examples using an `h3` header underneath this section.
49+
**TIP:** If multiple examples exist for the request, separate those examples using an `h3` header underneath this section.
5050

5151
### Request with an example object
5252

@@ -63,7 +63,7 @@ POST /_example/endpoint/
6363
```
6464
{% include copy-curl.html %}
6565

66-
## Request without an example object
66+
### Request without an example object
6767

6868
The following example shows an API request without an example object:
6969

@@ -75,7 +75,7 @@ POST /_example/endpoint/
7575

7676
## Example response
7777

78-
**TIP:** If multiple response examples exist for the request, seperate those examples using an `h3` header underneath this section, similar to the [Example requests](#example-requests).
78+
**TIP:** If multiple examples exist for the request, separate those examples using an `h3` header under this section, similar to the [Example requests](#example-requests).
7979

8080
The following example shows an API response:
8181

0 commit comments

Comments
 (0)