From c69957690e8fcbc051805bee8c850b45464ab366 Mon Sep 17 00:00:00 2001 From: Kirill Zhuravlev Date: Sun, 17 Aug 2025 23:10:45 +0200 Subject: [PATCH] docs: avoid bad-sounding words in secrets example --- docs/scripting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripting.md b/docs/scripting.md index 329367a..78ea992 100644 --- a/docs/scripting.md +++ b/docs/scripting.md @@ -55,8 +55,8 @@ Then you'll receive a JSON response with: ``` { - "token": "eYbat...", - "refreshToken": "3bCka...", + "token": "Yh6RJV...", + "refreshToken": "dww5jwU...", } ```