Skip to content

Commit f853a54

Browse files
author
Phil Hawksworth
authored
Merge pull request #474 from AbhiGulati/AbhiGulati-patch-1
Fix typo on what-is-jamstack page. Thanks @AbhiGulati !
2 parents 61fd222 + 5097de8 commit f853a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/what-is-jamstack.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ layout: layouts/base.njk
1919
<section>
2020
<h2>Pre-rendering</h2>
2121
<p>
22-
With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rending results in sites which can be served directly from a <a href="/glossary/cdn/">CDN</a>, reducing the cost, complexity and risk, of dynamic servers as critical infrastructure.
22+
With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rendering results in sites which can be served directly from a <a href="/glossary/cdn/">CDN</a>, reducing the cost, complexity and risk, of dynamic servers as critical infrastructure.
2323
</p>
2424
<p>
2525
With so many popular tools for generating sites</a>, like <a href="/generators/gatsby/">Gatsby</a>, <a href="/generators/hugo/">Hugo</a>, <a href="/generators/jekyll/">Jekyll</a>, <a href="/generators/eleventy/">Eleventy</a>, <a href="/generators/next/">NextJS</a>, <a href="/generators/">and very many more</a>, many web developers are already familiar with the tools needed to become productive Jamstack developers.

0 commit comments

Comments
 (0)