From da21d36b871db81bea70db021892feb6674eba0e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 6 Jul 2023 10:18:45 +0200 Subject: [PATCH] Fix typo --- support/documentation/content/contributing/develop/_index.de.md | 2 +- support/documentation/content/contributing/develop/_index.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/documentation/content/contributing/develop/_index.de.md b/support/documentation/content/contributing/develop/_index.de.md index 6259ca95..9a96eb63 100644 --- a/support/documentation/content/contributing/develop/_index.de.md +++ b/support/documentation/content/contributing/develop/_index.de.md @@ -78,7 +78,7 @@ To enable this mode, you juste have to create the The simple existence of this file is sufficient to trigger the debug mode. To make sure it's taken into account, you can restart your Peertube instance. -This file can contain some JSON to enable more advances options. +This file can contain some JSON to enable more advanced options. To have a list of existing parameters, check `server/lib/debug.ts`. Restart Peertube after each content modification. diff --git a/support/documentation/content/contributing/develop/_index.en.md b/support/documentation/content/contributing/develop/_index.en.md index 503317d8..3a79c942 100644 --- a/support/documentation/content/contributing/develop/_index.en.md +++ b/support/documentation/content/contributing/develop/_index.en.md @@ -80,7 +80,7 @@ To enable this mode, you juste have to create the The simple existence of this file is sufficient to trigger the debug mode. To make sure it's taken into account, you can restart your Peertube instance. -This file can contain some JSON to enable more advances options. +This file can contain some JSON to enable more advanced options. To have a list of existing parameters, check `server/lib/debug.ts`. Restart Peertube after each content modification.