From 821e318452682edf305d08bf1f7d9be6d98ea227 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 7 Feb 2026 16:32:33 -0500 Subject: [PATCH] fix typo --- fsdproject.org/www/community.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsdproject.org/www/community.lua b/fsdproject.org/www/community.lua index 0e487b9..c683fc3 100644 --- a/fsdproject.org/www/community.lua +++ b/fsdproject.org/www/community.lua @@ -9,7 +9,7 @@ fes.app.global.start(fes, site, "Community") site:h1("Community") site:h2("Discord") -site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project. This is a place where you can sumbit patches. (we do have plans for an email list)") +site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project. This is a place where you can submit patches. (we do have plans for an email list)") fes.app.global.finish(fes, site)