Skip to content

Commit aab68aa

Browse files
authored
fix: fixing capitalization in some areas (#247)
1 parent f1a084b commit aab68aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java/okhttpclient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ tags:
99
# Introducing Configurable HTTP Client
1010

1111
The RAPID SDK is built on top of an OkHttpClient that is not open for you to configure and tune. Lately, we've come to
12-
realize your need to tune and optimize the HTTP client to your needs. So in order to give developers using the RAPID SDK
12+
realize your need to tune and optimize the HTTP client to your needs. So in order to give developers using the Rapid SDK
1313
more control over the underlying HTTP client of the SDK, we're introducing a new builder which you can use to pass your
14-
own HTTP Client for the SDK to use internally.
14+
own HTTP client for the SDK to use internally.
1515

1616
Using this builder, you can build an HTTP client with your own configurations and pass it to the SDK, or even pass a
1717
client you're already using in your application.
@@ -23,7 +23,7 @@ Note
2323
This feature is available in the `rapid-sdk` v5.2.0 and later.
2424
{% /messageCard %}
2525

26-
## Choosing between configuring an HTTP Client and using the default client
26+
## Choosing between configuring an HTTP client and using the default client
2727

2828
Using the default client provided by the SDK is the easiest way to get started with the SDK. However, configuring your
2929
own HTTP client will benefit you in the following ways:

0 commit comments

Comments
 (0)