diff --git a/markdown/docs/tools/glee/bearerToken.md b/markdown/docs/tools/glee/bearerToken.md index db22c2b6c9a..806be029ccc 100644 --- a/markdown/docs/tools/glee/bearerToken.md +++ b/markdown/docs/tools/glee/bearerToken.md @@ -81,7 +81,7 @@ export async clientAuth({ parsedAsyncAPI, serverName }) { } ``` -Glee will utilize the `token` for server authentication, employing it in the header with the format: Authorization: Bearer {token}. +Glee will utilize the `token` for server authentication, employing it in the header with the format: Authorization: Bearer \{token\}. ### Server side