From 739875926ce0484fc3a6bb6d7a5025bde2abeb27 Mon Sep 17 00:00:00 2001 From: Tom Haddon Date: Fri, 16 Sep 2016 16:16:05 +0100 Subject: [PATCH] Fix typos in juju's metadata.yaml --- cluster/juju/layers/kubernetes/metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/juju/layers/kubernetes/metadata.yaml b/cluster/juju/layers/kubernetes/metadata.yaml index 4b135da119d..48a061edb1b 100644 --- a/cluster/juju/layers/kubernetes/metadata.yaml +++ b/cluster/juju/layers/kubernetes/metadata.yaml @@ -4,8 +4,8 @@ maintainers: - Matthew Bruzek - Charles Butler description: | - Kubernetes is an open-source platform for deplying, scaling, and operations - of appliation containers across a cluster of hosts. Kubernetes is portable + Kubernetes is an open-source platform for deploying, scaling, and operations + of application containers across a cluster of hosts. Kubernetes is portable in that it works with public, private, and hybrid clouds. Extensible through a pluggable infrastructure. Self healing in that it will automatically restart and place containers on healthy nodes if a node ever goes away.