From e09edd7f387fc7802d591e87363308a926d27b59 Mon Sep 17 00:00:00 2001 From: John O'Neill Date: Tue, 4 Sep 2018 22:59:31 -0700 Subject: [PATCH] Small verb tweak Present participle, ftw. --- content/en/docs/concepts/overview/what-is-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/what-is-kubernetes.md b/content/en/docs/concepts/overview/what-is-kubernetes.md index fcc49f20817fb..f086ab21f51c9 100644 --- a/content/en/docs/concepts/overview/what-is-kubernetes.md +++ b/content/en/docs/concepts/overview/what-is-kubernetes.md @@ -179,7 +179,7 @@ Summary of container benefits: Runs on Ubuntu, RHEL, CoreOS, on-prem, Google Kubernetes Engine, and anywhere else. * **Application-centric management**: Raises the level of abstraction from running an OS on virtual - hardware to run an application on an OS using logical resources. + hardware to running an application on an OS using logical resources. * **Loosely coupled, distributed, elastic, liberated [micro-services](https://martinfowler.com/articles/microservices.html)**: Applications are broken into smaller, independent pieces and can be deployed and managed dynamically -- not a fat monolithic stack