[DOCS] Update client.asciidoc

Should be classpath rather than classloader.

Close #5965
This commit is contained in:
Igal 2014-04-28 17:46:26 -07:00 committed by Adrien Grand
parent 52d2f2d229
commit 20b05b56c4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ explicitly using the `clusterName` method on the builder.
You can define `cluster.name` in `/src/main/resources/elasticsearch.yml`
dir in your project. As long as `elasticsearch.yml` is present in the
classloader, it will be used when you start your node.
classpath, it will be used when you start your node.
[source,java]
--------------------------------------------------