From 2ffc2979d716f85d30078cc14d94f22806212a4e Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Thu, 8 Oct 2015 16:37:17 +0200 Subject: [PATCH] [doc] Make the sentence actually understandable --- docs/reference/migration/migrate_2_0/java.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/migration/migrate_2_0/java.asciidoc b/docs/reference/migration/migrate_2_0/java.asciidoc index 65bfaef7bef..ef9c7efedf0 100644 --- a/docs/reference/migration/migrate_2_0/java.asciidoc +++ b/docs/reference/migration/migrate_2_0/java.asciidoc @@ -22,8 +22,8 @@ Client client = TransportClient.builder().settings(settings).build(); -------------------------------------------------- The transport client also no longer supports loading settings from config files. -If you have have a config file, you can load into settings yourself before -consturcting the transport client: +If you have a config file, you can load it into settings yourself before +constructing the transport client: [source,java] --------------------------------------------------