From 5ac2c0ca2b7ec89994cb78fa7364311080ed11b3 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sun, 11 Feb 2024 07:26:37 -0500 Subject: [PATCH] [docs] Clarify the format for ExcludeWorkoutTypes (#630) --- mkdocs/docs/configuration/peloton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/configuration/peloton.md b/mkdocs/docs/configuration/peloton.md index 11798bb32..74af4c7f6 100644 --- a/mkdocs/docs/configuration/peloton.md +++ b/mkdocs/docs/configuration/peloton.md @@ -35,7 +35,7 @@ The Peloton Settings provide settings related to how P2G should fetch workouts f | Email | **yes** | `null` | Your Peloton email used to sign in | | Password | **yes** | `null` | Your Peloton password used to sign in. **Note: Does not support `\` character in password** | | NumWorkoutsToDownload | no | 5 | The default number of workouts to download. See [choosing number of workouts to download](#choosing-number-of-workouts-to-download). Set this to `0` if you would like P2G to prompt you each time for a number to download. | -| ExcludeWorkoutTypes | no | none | A comma separated list of workout types that you do not want P2G to download/convert/upload. [Read more...](#exclude-workout-types) | +| ExcludeWorkoutTypes | no | none | An array of workout types that you do not want P2G to download/convert/upload. [Read more...](#exclude-workout-types) | ## Choosing Number of Workouts To Download