From ca631c84ef6dc345827bf801cdd8e527227d458c Mon Sep 17 00:00:00 2001 From: George Brindeiro Date: Sat, 4 Sep 2021 20:27:27 -0300 Subject: [PATCH] Fixed typo --- src/site/why-jamstack.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/why-jamstack.njk b/src/site/why-jamstack.njk index 8ab0c0062..80d9fddc7 100644 --- a/src/site/why-jamstack.njk +++ b/src/site/why-jamstack.njk @@ -47,7 +47,7 @@ layout: layouts/base.njk When hosting complexity is reduced, so are maintenance tasks. A pre-generated site, being served directly from a simple host or directly from a CDN does not need a team of experts to "keep the lights on".

- The work was done during the build, so now the generated site is stable and can be hosted without servers which might require patching, updating and maintain. + The work was done during the build, so now the generated site is stable and can be hosted without servers which might require patching, updating and maintenance.