This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 0519d24 typo
0519d24 is described below
commit 0519d243647a52872e400c4ad12d851355cbe48b
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed May 20 11:09:55 2020 +0200
typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fe8eaac..25f7315 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This library comes with a bunch of other specialized clients
(built on top of `S
## <a name="architecture"></a> Architecture
-`SlingClient` implements the `HttpClient` interface, but
[deletegates](https://en.wikipedia.org/wiki/Delegation_pattern)
+`SlingClient` implements the `HttpClient` interface, but
[delegates](https://en.wikipedia.org/wiki/Delegation_pattern)
this functionality to a `private final CloseableHttpClient http` field.
The config is stored in a `private final SlingClientConfig config` field which
is immutable and may be shared across multiple clients
(more about it in the [How to configure a SlingClient](#config) section).