Skip to content

Commit e386906

Browse files
authored
Fix Slate template
Addresses PR #338
1 parent 9b5fdcb commit e386906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/rspec_api_documentation/slate_example.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#### Endpoint
1010

1111
{{# requests}}
12-
```
12+
```plaintext
1313
{{ request_method }} {{ request_path }}
1414
{{ request_headers_text }}
1515
```
@@ -50,7 +50,7 @@ None known.
5050

5151
### Response
5252

53-
```
53+
```plaintext
5454
{{ response_headers_text }}
5555
{{ response_status }} {{ response_status_text}}
5656
```

0 commit comments

Comments
 (0)