Skip to content

Commit d08e5d9

Browse files
committed
fix wrongly escaped single line codeblock
1 parent a6ec9a2 commit d08e5d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apify-api/openapi/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ info:
4545
4646
To use your token in a request, either:
4747
48-
- Add the token to your request's `Authorization` header as `Bearer
49-
<token>`.
48+
- Add the token to your request's `Authorization` header as `Bearer <token>`.
5049
E.g., `Authorization: Bearer xxxxxxx`.
5150
[More info](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization).
5251
(Recommended).

0 commit comments

Comments
 (0)