From 7ec1252efd2b57ebf32e1dd77c0507a4cb5b5fed Mon Sep 17 00:00:00 2001 From: Ana Gabriela Reyna Date: Thu, 9 Nov 2023 15:11:04 +0000 Subject: [PATCH] Update src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md Co-authored-by: Alex Bates --- src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md b/src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md index 6beb984c..c5f7bbbc 100644 --- a/src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md +++ b/src/content/docs/cheerpj3/12-reference/00-cheerpjInit.md @@ -23,7 +23,7 @@ async function cheerpjInit(options?: { tailscaleControlUrl?: string; tailscaleDnsUrl?: string; tailscaleAuthKey?: string; - tailscaleLoginUrlCb?: (r: string) => void; + tailscaleLoginUrlCb?: (url: string) => void; fetch?: ( url: string, method: string,