From ad906d40a71c9f70cafcccf063f8cb98e0ee141c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 14 Jan 2024 22:48:03 +0800 Subject: [PATCH] fix: typo of `preloader` --- docs/configuration/yazi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/yazi.md b/docs/configuration/yazi.md index 5afef105..0b5a4b8c 100644 --- a/docs/configuration/yazi.md +++ b/docs/configuration/yazi.md @@ -156,7 +156,7 @@ Here are the available options for a single rule: ### Preloader -You can prepend or append new preview rules to the default `previewers` under `[plugin]` using `prepend_previewers` and `append_previewers`. +You can prepend or append new preview rules to the default `preloaders` under `[plugin]` using `prepend_preloaders` and `append_preloaders`. Here are the available options for a single rule: - `name` (String): Glob expression for matching the file name. Case insensitive by default, add `\s` to the beginning to make it sensitive.