aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-08 16:25:49 +0200
committerGitHub <noreply@github.com>2022-07-08 14:25:49 +0000
commitb4f072a1bf17ea74a8f32694b73dea1e13e4a13d (patch)
treeb535eeba55bd5d9748556235c5a814e6370ab417 /lua
parentfix: don't hardcode wrapper script executable paths (#23) (diff)
downloadmason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.gz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.bz2
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.lz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.xz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.zst
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.zip
chore: fix some wording (#24)
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/ui/components/help/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason/ui/components/help/init.lua b/lua/mason/ui/components/help/init.lua
index 97fa1552..d5db2041 100644
--- a/lua/mason/ui/components/help/init.lua
+++ b/lua/mason/ui/components/help/init.lua
@@ -97,7 +97,7 @@ local function GenericHelp(state)
Ui.HlTextNode {
{ p.Bold "Problems with package functionality" },
{
- p.muted "Please refer to each language package's own homepage for further assistance.",
+ p.muted "Please refer to each package's own homepage for further assistance.",
},
},
Ui.EmptyLine(),