diff options
author | Mark Esler <eslerm@umn.edu> | 2022-02-10 15:44:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:44:37 -0600 |
commit | cbe840ac7247c9bf79cf63100b7f85ef38758763 (patch) | |
tree | 5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/datasources/ec2.rst | |
parent | 217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff) | |
download | vyos-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/rtd/topics/datasources/ec2.rst')
-rw-r--r-- | doc/rtd/topics/datasources/ec2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/datasources/ec2.rst b/doc/rtd/topics/datasources/ec2.rst index 274ca1e4..94e4158d 100644 --- a/doc/rtd/topics/datasources/ec2.rst +++ b/doc/rtd/topics/datasources/ec2.rst @@ -121,4 +121,4 @@ Notes For example: the primary NIC will have a DHCP route-metric of 100, the next NIC will be 200. -.. vi: textwidth=78 +.. vi: textwidth=79 |