From ea8a1fcd46e04e6f048227a1209d33a54ffd3d63 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sat, 29 Oct 2022 10:03:35 +0530 Subject: [PATCH] Update xplr.util.md --- docs/en/src/xplr.util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/xplr.util.md b/docs/en/src/xplr.util.md index c36fa71..31a1996 100644 --- a/docs/en/src/xplr.util.md +++ b/docs/en/src/xplr.util.md @@ -50,7 +50,7 @@ Example: ```lua xplr.util.explore("/tmp") -xplr.util.explore("/tmp", app.extra_config) +xplr.util.explore("/tmp", app.explorer_config) -- { { absolute_path = "/tmp/a", ... }, ... } ```