From 379b614024c765e1cd5986ce3daa2e2a1226f12c Mon Sep 17 00:00:00 2001 From: Young Date: Sat, 14 Mar 2015 14:49:31 +0800 Subject: [PATCH] simple typo --- docs/getting-started-guides/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/logging.md b/docs/getting-started-guides/logging.md index 335d4e49ed1..5d684d35390 100644 --- a/docs/getting-started-guides/logging.md +++ b/docs/getting-started-guides/logging.md @@ -19,7 +19,7 @@ collect all the Dcoker container log files. The collected logs will be targetted at an [Elasticsearch](http://www.elasticsearch.org/) instance assumed to be running on the local node and accepting log information on port 9200. This can be accomplished by writing a pod specification and service specification to define an -Elasticsearch service (more informaiton to follow shortly in the contrib directory). +Elasticsearch service (more information to follow shortly in the contrib directory). ### Logging with Fluentd and Google Compute Platform