summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-write-files.txt
diff options
context:
space:
mode:
authorMark Esler <eslerm@umn.edu>2022-02-10 15:44:37 -0600
committerGitHub <noreply@github.com>2022-02-10 15:44:37 -0600
commitcbe840ac7247c9bf79cf63100b7f85ef38758763 (patch)
tree5f48726760d9ac688004db0c39586edd154c52d4 /doc/examples/cloud-config-write-files.txt
parent217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff)
downloadvyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz
vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity. * A few Sphinx/RST syntax fixes. * Set text width to 79 characters per footer documentation where needed. * Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/examples/cloud-config-write-files.txt')
-rw-r--r--doc/examples/cloud-config-write-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-write-files.txt b/doc/examples/cloud-config-write-files.txt
index 6c67c503..c7f95adf 100644
--- a/doc/examples/cloud-config-write-files.txt
+++ b/doc/examples/cloud-config-write-files.txt
@@ -2,7 +2,7 @@
# vim: syntax=yaml
#
# This is the configuration syntax that the write_files module
-# will know how to understand. encoding can be given b64 or gzip or (gz+b64).
+# will know how to understand. Encoding can be given b64 or gzip or (gz+b64).
# The content will be decoded accordingly and then written to the path that is
# provided.
#