From 5f0ceb2357a6d3734be649a4973e16a01e620dc0 Mon Sep 17 00:00:00 2001 From: Alec Clews Date: Sat, 28 Sep 2024 18:59:37 +1000 Subject: [PATCH] Fix typo --- docs/config/lua/wezterm.plugin/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/wezterm.plugin/list.md b/docs/config/lua/wezterm.plugin/list.md index 8ac5b42d2a1..0297f6e8e30 100644 --- a/docs/config/lua/wezterm.plugin/list.md +++ b/docs/config/lua/wezterm.plugin/list.md @@ -8,4 +8,4 @@ Each entry has three fields: * `url`: The URL of the plugin repo, as provided to the `wezterm.plugin.require` function * `component`: The encoded name of the plugin, derived from the repo URL -* `plugin_dir`: The absolute location of the plugin checkout in the Wexterm runtime directory. Use this to set the plugin path if needed +* `plugin_dir`: The absolute location of the plugin checkout in the Wezterm runtime directory. Use this to set the plugin path if needed