From 3a0febeb7a60d38c0bfe4cfa1a410d6a1a2eded9 Mon Sep 17 00:00:00 2001 From: Hebilicious Date: Sat, 30 Sep 2023 15:27:47 +0700 Subject: [PATCH] docs: retries --- docs/content/3.config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.config.md b/docs/content/3.config.md index e988e42c00..b010baf7d7 100644 --- a/docs/content/3.config.md +++ b/docs/content/3.config.md @@ -374,7 +374,7 @@ Set `autoSubfolderIndex` lets you control how to generate the files in the `.out This option is useful when your hosting provider does not give you an option regarding the trailing slash. -The prerenderer will attempt to render pages 3 times with a delay of 500ms. Use `retry` and `retryDelay` to change this behavior. +The prerenderer will attempt to render pages 3 times with a delay of 500ms. Use `retries` and `retryDelay` to change this behavior. ## Directories