From 32b0206cd320194108bb035e72519ab43ec46e06 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 May 2024 16:14:53 +0200 Subject: [PATCH] Fix typo --- support/doc/plugins/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 8f2ddcbbc..193ddea8e 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -653,7 +653,7 @@ function register (...) { **PeerTube >= 3.2** -To make your own HTTP requests using the current authenticated user, use an helper to automatically set appropriate headers: +To make your own HTTP requests using the current authenticated user, use a helper to automatically set appropriate headers: ```js function register (...) {