diff options
author | Nick Wales <588472+nickwales@users.noreply.github.com> | 2020-02-27 13:34:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 12:34:24 -0700 |
commit | 0140f74dd577c6407197eb82ca47ad5f07cac4f4 (patch) | |
tree | 4e10bee79b78bdd0baf525612367d5e89297ee7c /doc/rtd/topics | |
parent | 4f940bd1f76f50f947af533661ba6fafa3e60e59 (diff) | |
download | vyos-cloud-init-0140f74dd577c6407197eb82ca47ad5f07cac4f4.tar.gz vyos-cloud-init-0140f74dd577c6407197eb82ca47ad5f07cac4f4.zip |
Fixes typo on Amazon Web Services (#217)
one line doc fix
Diffstat (limited to 'doc/rtd/topics')
-rw-r--r-- | doc/rtd/topics/instancedata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/instancedata.rst b/doc/rtd/topics/instancedata.rst index e7dd0d62..4227c4fd 100644 --- a/doc/rtd/topics/instancedata.rst +++ b/doc/rtd/topics/instancedata.rst @@ -103,7 +103,7 @@ v1.cloud_name ------------- Where possible this will indicate the 'name' of the cloud the system is running on. This is different than the 'platform' item. For example, the cloud name of -Amazone Web Services is 'aws', while the platform is 'ec2'. +Amazon Web Services is 'aws', while the platform is 'ec2'. If determining a specific name is not possible or provided in meta-data, then this filed may contain the same content as 'platform'. |