diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-12-06 14:45:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 14:45:12 -0800 |
commit | dac551be5cf048fd481316419a6aad46a2a11abb (patch) | |
tree | 9285592e8d622f64324fcafc8a16c0e55c8382c1 | |
parent | 9ae15a631e12daa9f35ae55431616b8e78c82651 (diff) | |
parent | 119990d95c9f764562be071727cfc15eaef2c2ff (diff) | |
download | vyos-cloud-init-dac551be5cf048fd481316419a6aad46a2a11abb.tar.gz vyos-cloud-init-dac551be5cf048fd481316419a6aad46a2a11abb.zip |
Merge pull request #94 from gaughen/patch-1
removed a couple of "the"s
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ Cloud instances are initialized from a disk image and instance data: Cloud-init will identify the cloud it is running on during boot, read any provided metadata from the cloud and initialize the system accordingly. This -may involve setting up the network and storage devices to configuring SSH -access key and many other aspects of a system. Later on the cloud-init will +may involve setting up network and storage devices to configuring SSH +access key and many other aspects of a system. Later on cloud-init will also parse and process any optional user or vendor data that was passed to the instance. |