Skip to content

Commit 3a9fb16

Browse files
committed
update code-sample.hbs
1 parent ae7ab5f commit 3a9fb16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/partials/code-sample.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% tabs %}
22
{{#each this.code}}
33
{% tab title="{{this.title}}" %}
4-
#### Request
4+
#### Code
55

66
```{{@key}}
77
{{this.request}}
88
```
99

10-
#### Response
10+
#### Output
1111

1212
```{{@key}}
1313
{{this.response}}

0 commit comments

Comments
 (0)