From 60d875d2cbb6bc9e95f8d77532abec87c2a97ff0 Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Thu, 17 Aug 2017 01:48:34 +0800 Subject: [PATCH] Minor typo fix (#1754) Minor typo fix --- incubator/elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/elasticsearch/README.md b/incubator/elasticsearch/README.md index 0c242cf16d..ec40e2f82a 100644 --- a/incubator/elasticsearch/README.md +++ b/incubator/elasticsearch/README.md @@ -90,7 +90,7 @@ The YAML value of cluster.config is appended to elasticsearch.yml file for addit This is a limitation in kubernetes right now. There is no way to raise the limits of lockable memory, so that these memory areas won't be swapped. This -would degrade performance heaviliy. The issue is tracked in +would degrade performance heavily. The issue is tracked in [kubernetes/#3595](https://github.com/kubernetes/kubernetes/issues/3595). ```