summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaughen <patricia.gaughen@canonical.com>2019-12-06 14:43:48 -0800
committerGitHub <noreply@github.com>2019-12-06 14:43:48 -0800
commit119990d95c9f764562be071727cfc15eaef2c2ff (patch)
tree9285592e8d622f64324fcafc8a16c0e55c8382c1
parent9ae15a631e12daa9f35ae55431616b8e78c82651 (diff)
downloadcloud-init-git-119990d95c9f764562be071727cfc15eaef2c2ff.tar.gz
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.