Browse Source

[DOCS] Minor typo fix

lcawl 5 years ago
parent
commit
b926bf006f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-rest/low-level/configuration.asciidoc

+ 1 - 1
docs/java-rest/low-level/configuration.asciidoc

@@ -25,7 +25,7 @@ seconds).
 include-tagged::{doc-tests}/RestClientDocumentation.java[rest-client-config-timeouts]
 --------------------------------------------------
 
-timeouts also can set by RequestOptions per request.this will override RestClient customizeRequestConfig.
+Timeouts also can be set per request with RequestOptions, which overrides RestClient customizeRequestConfig.
 
 ["source","java",subs="attributes,callouts,macros"]
 --------------------------------------------------