chore(docs): Minor rewording

This commit is contained in:
Luan
2024-08-23 00:51:52 -03:00
parent 2c43a5705f
commit 2dae5634f3

View File

@@ -177,7 +177,7 @@ export type SessionOptions = {
*/
fetch?: FetchFunction;
/**
* Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine device.
* Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine client.
*/
po_token?: string;
}