Skip to content

Commit 5049891

Browse files
authored
Fix minor typo
1 parent af1f7a2 commit 5049891

File tree

1 file changed

+2
-2
lines changed
  • bmc-addons/bmc-apache-connector-provider

1 file changed

+2
-2
lines changed

bmc-addons/bmc-apache-connector-provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The add-on provides two features:
99
* **Connection pooling**. A detailed explantation can be found [here](https://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html)
1010
* **HTTP(S) proxy support**.
1111

12-
Note: The `ApacheConnectorProvider` buffers requests into memory and can impact memory utilization of your application. This increased use of memory is especially relavent when using`ObjectStorageClient` to upload large objects to the Object Storage service.
12+
Note: The `ApacheConnectorProvider` buffers requests into memory and can impact memory utilization of your application. This increased use of memory is especially relevant when using`ObjectStorageClient` to upload large objects to the Object Storage service.
1313

1414
## Installation
1515
1. The OCI Java SDK must be installed and configured before installing the add-on. See [the documentation](https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/javasdk.htm) for details.
@@ -92,4 +92,4 @@ Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
9292

9393
This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.
9494

95-
See [LICENSE](../../LICENSE.txt) for more details.
95+
See [LICENSE](../../LICENSE.txt) for more details.

0 commit comments

Comments
 (0)