Skip to content

Commit 958931e

Browse files
Merge pull request #927 from pydsigner/patch-1
Fix spelling error in glossary
2 parents f6af43c + cf83c97 commit 958931e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_data/glossary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
definition: 'An approach to sharing the work of rendering page views and persisting them as part of the latest deploy. Some pages are rendered as part of a build, others are rendered on demand when first requested via their URL. In this way, build times can be kept manageable for even very large sites as nominated pages can have their rendering deferred until first requested.
3333
3434
35-
Since the pages rendered on demand become part of the latest deployment, key Jamstack principals and advantages such as [Immutable deploys](/glossary/immutable) and [atomic deploys](/glossary/atomic) are preserved.
35+
Since the pages rendered on demand become part of the latest deployment, key Jamstack principles and advantages such as [Immutable deploys](/glossary/immutable) and [atomic deploys](/glossary/atomic) are preserved.
3636
3737
3838
This approach, [discussed in this RFC](https://github.com/jamstack/jamstack.org/discussions/549), can also populate pages with content not available at the time of the site build. Such as content contributed by users.

0 commit comments

Comments
 (0)