Skip to content

Commit d94093b

Browse files
author
Phil Hawksworth
committed
language consistency
1 parent def6a56 commit d94093b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/site/_data/glossary.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
- term: 'Atomic deployment'
1+
- term: 'Atomic deploys'
22
id: 'atomic'
3-
definition: 'The word "atomic" is used to describe deployments 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.
3+
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.
44
55
6-
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 deployments where the new version of the site only begins receiving request when all assets and configurations are available. See also [Immutable builds](/glossary/immutable).'
6+
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 builds](/glossary/immutable).'
77

8-
- term: 'Immutable builds'
8+
- term: 'Immutable deploys'
99
id: 'immutable'
10-
definition: 'While a "mutable" item can change (be mutated) over time, an "immutable" item cannot. Once created, an immutable build of a website becomes an artefact which will not change. Instead, deployments result in new versions or instances of the site, and traffic is routed to them accordingly.
10+
definition: 'While a "mutable" item can change (be mutated) over time, an "immutable" item cannot. Once created, an immutable build of a website becomes an artefact which will not change. Instead, deploys result in new versions or instances of the site, and traffic is routed to them accordingly.
1111
1212
13-
When paired with [atomic deployments](/glossary/atomic), immutable builds make it possible for sites to enjoy abilities such as instant rollbacks and versioning, and help to ensure that the code and assets of a website can be maintained in a known state.'
13+
When paired with [atomic deploys](/glossary/atomic), immutable builds make it possible for sites to enjoy abilities such as instant rollbacks and versioning, and help to ensure that the code and assets of a website can be maintained in a known state.'
1414

1515

1616
- term: 'CDN (Content Delivery Network)'

0 commit comments

Comments
 (0)