summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2019-12-06 14:45:12 -0800
committerGitHub <noreply@github.com>2019-12-06 14:45:12 -0800
commitdac551be5cf048fd481316419a6aad46a2a11abb (patch)
tree9285592e8d622f64324fcafc8a16c0e55c8382c1
parent9ae15a631e12daa9f35ae55431616b8e78c82651 (diff)
parent119990d95c9f764562be071727cfc15eaef2c2ff (diff)
downloadvyos-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 939a5a8e..d648e426 100644
--- a/README.md
+++ b/README.md
@@ -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.