commit 22e65620aded5d1deda137eca02436b88f0f319e parent 4905fbcefb8c444386e23adf318db790b6a13709 Author: ugrnm <ugrnm@web> Date: Mon, 21 Jul 2025 15:39:05 +0200 typo Diffstat:
| M | static_site_generator.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static_site_generator.mdwn b/static_site_generator.mdwn @@ -1,4 +1,4 @@ -A Satic Site Generator is a piece of software that takes some input - often simple text files or markdown files - and turns them into static HTML pages that can be served by most any web server. +A Static Site Generator is a piece of software that takes some input - often simple text files or markdown files - and turns them into static HTML pages that can be served by most any web server. This has many advantages: