From 9162fd27a01fd6c82e85fd03f2b610ef32bab4f0 Mon Sep 17 00:00:00 2001 From: Todd Dicken Date: Mon, 2 May 2016 06:06:07 -0500 Subject: [PATCH] Change qoutes to quotes (#18078) Updated misspelling in documentation --- docs/reference/setup/install/windows.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/install/windows.asciidoc b/docs/reference/setup/install/windows.asciidoc index 8fd8a19ce71..3e297a9b487 100644 --- a/docs/reference/setup/install/windows.asciidoc +++ b/docs/reference/setup/install/windows.asciidoc @@ -53,7 +53,7 @@ name, as follows: ./bin/elasticsearch -E es.cluster.name=my_cluster -E es.node.name=node_1 -------------------------------------------- -NOTE: Values that contain spaces must be surrounded with qoutes. For instance `-E es.path.logs="C:\My Logs\logs"`. +NOTE: Values that contain spaces must be surrounded with quotes. For instance `-E es.path.logs="C:\My Logs\logs"`. TIP: Typically, any cluster-wide settings (like `cluster.name`) should be added to the `elasticsearch.yml` config file, while any node-specific settings