This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 3e6f7f0aeaeb0cbdd918eeed285fd81b9d7ff44b
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Mon Jul 10 16:38:16 2023 +0300

    oidc-rp: typo fixes
---
 org.apache.sling.servlets.oidc-rp/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org.apache.sling.servlets.oidc-rp/README.md 
b/org.apache.sling.servlets.oidc-rp/README.md
index a283fe1f..0751986d 100644
--- a/org.apache.sling.servlets.oidc-rp/README.md
+++ b/org.apache.sling.servlets.oidc-rp/README.md
@@ -4,15 +4,15 @@
 > This bundle is under development, do not use in production.
 
 This bundle adds support for Sling-based applications to function as a
-[Open ID connect](https://openid.net/developers/how-connect-works/) relying 
parties or OAuth 2.0 clients 
- Its main objective is to simplify access to user and access tokens in a 
secure manner. It currently supports
+[Open ID connect](https://openid.net/developers/how-connect-works/) relying 
parties or OAuth 2.0 clients. 
+Its main objective is to simplify access to user and access tokens in a secure 
manner. It currently supports
 the OIDC Authentication Code flow.
 
 ## Usage
 
 The bundle offers the following entry points
 
-- and `OidcClient` service that communicates with the remote Open ID connect 
provider
+- an `OidcClient` service that communicates with the remote Open ID connect 
provider
 - a `TokenStore` service that allows storage and retrieval of persisted tokens.
 
 Basic usage is as follows

Reply via email to