From 1aff8556159dc991883fd33aec10f4aaf1ce2e59 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Fri, 5 Apr 2019 02:35:19 +0530 Subject: [PATCH] fix typo in home page (#13620) associated with #13618 --- .../configuration/manage-compute-resources-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/manage-compute-resources-container.md b/content/en/docs/concepts/configuration/manage-compute-resources-container.md index 34f332089317e..dacdc9617d695 100644 --- a/content/en/docs/concepts/configuration/manage-compute-resources-container.md +++ b/content/en/docs/concepts/configuration/manage-compute-resources-container.md @@ -3,7 +3,7 @@ title: Managing Compute Resources for Containers content_template: templates/concept weight: 20 feature: - title: Automatic binpacking + title: Automatic bin packing description: > Automatically places containers based on their resource requirements and other constraints, while not sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources. ---