Skip to content

Commit 65f4729

Browse files
committed
fix wrongly rendered backticks
1 parent 7b110ab commit 65f4729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apify-api/openapi/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ 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 <code>Bearer
49+
&lt;token&gt;</code>.
5050
E.g., `Authorization: Bearer xxxxxxx`.
5151
[More info](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization).
5252
(Recommended).

0 commit comments

Comments
 (0)