Merge pull request #14031 from ankon/patch-3

Make the sentence actually understandable
This commit is contained in:
Clinton Gormley 2015-10-08 18:17:40 +02:00
commit 8afddec2c9
1 changed files with 2 additions and 2 deletions

View File

@ -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]
--------------------------------------------------