Skip to content

Commit d770599

Browse files
author
Phil Hawksworth
authored
repeated word remove
1 parent c56047d commit d770599

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
@@ -7,7 +7,7 @@
77
- term: 'Atomic deploys'
88
id: 'atomic'
99
summary: 'Contained and complete deploys, which begin being served only when all of their assets and config are complete and totally in place.'
10-
definition: 'The word "atomic" is used to describe deploys which include no interim state or maintenance window. With atomic deploys, all of the code, assets and configuration of a site are updated at once so that a website cannot be be served in a partially updated state.
10+
definition: 'The word "atomic" is used to describe deploys which include no interim state or maintenance window. With atomic deploys, all of the code, assets and configuration of a site are updated at once so that a website cannot be served in a partially updated state.
1111
1212
1313
While deploying and updating sites via FTP was once popular this would result in some updated files being present on the server and ready to serve while others were still in transit. Modern platforms avoid this situation by providing atomic deploys where the new version of the site only begins receiving request when all assets and configurations are available. See also [Immutable deploys](/glossary/immutable).'

0 commit comments

Comments
 (0)