From 1921f6538d3bedcc92da1e13f7b2bb460da4d292 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Mon, 8 Mar 2021 11:40:35 +0100
Subject: [PATCH] Fix whitespaces, grammar and typo

---
 packages/auth/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/auth/README.md b/packages/auth/README.md
index 93220f19..19b79625 100644
--- a/packages/auth/README.md
+++ b/packages/auth/README.md
@@ -72,10 +72,10 @@ The component emits a `dbp-set-property` event for the attribute `auth`:
 
 The component emits a `dbp-set-property` event for the attribute `requested-login-status` (possible values `logged-in`, `logged-out`).
 
-
 ## Alternative to &lt;dbp-auth&gt;
 
-If embedded in an external page (without `<dbp-provider>`) components can work also together with a different source for the auth token:
+If embedded in an external page (without `<dbp-provider>`) components can also work together with a different source for the auth token:
+
 ```html
 <dbp-person-select id="ps-1"></dbp-person-select>
 <script>
@@ -92,8 +92,8 @@ If embedded in an external page (without `<dbp-provider>`) components can work a
   }
 </script>
 ```
-PS: some components need information about the logged in person too!
 
+Note: Some components need information about the logged-in person too!
 
 ## Local development
 
-- 
GitLab