From 6f9a481648faa3898df805f0c64c098fdc0a5e99 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Wed, 28 Aug 2019 14:09:42 -0400 Subject: [PATCH] Small typo fixes --- website/source/docs/job-specification/volume.html.md | 8 ++++---- .../source/docs/job-specification/volume_mount.html.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/job-specification/volume.html.md b/website/source/docs/job-specification/volume.html.md index ab8171eee..81513e28b 100644 --- a/website/source/docs/job-specification/volume.html.md +++ b/website/source/docs/job-specification/volume.html.md @@ -5,7 +5,7 @@ sidebar_current: "docs-job-specification-volume" description: |- The "volume" stanza allows the group to specify that it requires a given volume from the cluster. Nomad will automatically handle ensuring that the volume is - available, and mounted into the task. + available and mounted into the task. --- # `volume` Stanza @@ -21,7 +21,7 @@ description: |- The "volume" stanza allows the group to specify that it requires a given volume from the cluster. Nomad will automatically handle ensuring that the volume is -available, and mounted into the task. +available and mounted into the task. The key of the stanza is the name of the volume as it will be exposed to task configuration. @@ -43,7 +43,7 @@ job "docs" { The Nomad server will ensure that the allocations are only scheduled on hosts that have a set of volumes that meet the criteria specified in the volume -stanza's. +stanzas. The Nomad client will make the volumes available to tasks according to the [volume_mount][volume_mount] stanza in the `task` configuration. @@ -60,7 +60,7 @@ The Nomad client will make the volumes available to tasks according to the usage. - `config` `(json/hcl: nil)` - Specifies the configuration for the volume - provider. For `host_volume`'s, the only key is `source`, which is the name of + provider. For a `host_volume`, the only key is `source`, which is the name of the volume to request. [volume_mount]: /docs/job-specification/volume_mount.html "Nomad volume_mount Job Specification" diff --git a/website/source/docs/job-specification/volume_mount.html.md b/website/source/docs/job-specification/volume_mount.html.md index 58dd2416b..d9d376e06 100644 --- a/website/source/docs/job-specification/volume_mount.html.md +++ b/website/source/docs/job-specification/volume_mount.html.md @@ -44,8 +44,8 @@ job "docs" { ``` The Nomad client will make the volumes available to tasks according to this -configuration, and will fail the allocation if the client configuration updates -to remove a volume that it depends on. +configuration, and it will fail the allocation if the client configuration +updates to remove a volume that it depends on. ## `volume_mount` Parameters