From 2dae5634f3a72f4a87ccbea8c38356c5ec0bea13 Mon Sep 17 00:00:00 2001 From: Luan Date: Fri, 23 Aug 2024 00:51:52 -0300 Subject: [PATCH] chore(docs): Minor rewording --- src/core/Session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Session.ts b/src/core/Session.ts index b665e353..ca456d4f 100644 --- a/src/core/Session.ts +++ b/src/core/Session.ts @@ -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; }