diff --git a/docs/java-api/client.asciidoc b/docs/java-api/client.asciidoc index 57f55ecd11c..bd6be0fd58c 100644 --- a/docs/java-api/client.asciidoc +++ b/docs/java-api/client.asciidoc @@ -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] --------------------------------------------------