Skip to content

Commit d8eeb22

Browse files
authored
Merge pull request #7 from wschoot/patch-1
Fix formatting in X-Api-Key HTTP header code example
2 parents c5b1eba + 4f7876b commit d8eeb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/how-to/security/set-x-api-key-http-header-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
```bash { title="Set X Api Key Http Header" }
77
curl -X 'GET' \
88
'http://localhost:3000/api/sessions' \
9-
-H 'X-Api-Key: yoursecretkey'
10-
-H 'Accept: application/json' \
9+
-H 'X-Api-Key: yoursecretkey' \
10+
-H 'Accept: application/json'
1111
```
1212
{{< /tab >}}
1313

0 commit comments

Comments
 (0)