summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-write-files.txt
diff options
context:
space:
mode:
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.
#