Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit cb639c9

Browse files
authored
fix: misspelled word - Update usage-guide.md
- fix misspelt word "tokem" to "token"
1 parent 268fb36 commit cb639c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ Supported authentication methods:
774774

775775
| Authentication Method | Basic Auth (Pre-emptive) | Static API Token |
776776
| --------------------- | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
777-
| Description | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. | Static auth token in `Authorization: Bearer <tokem>` or in `X-Chroma-Token: <token>` headers. |
777+
| Description | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. | Static auth token in `Authorization: Bearer <token>` or in `X-Chroma-Token: <token>` headers. |
778778
| Status | `Alpha` | `Alpha` |
779779
| Server-Side Support |`Alpha` |`Alpha` |
780780
| Client/Python |`Alpha` |`Alpha` |

0 commit comments

Comments
 (0)