Skip to content
Snippets Groups Projects
Unverified Commit 1921f653 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix whitespaces, grammar and typo

parent f6cd2574
No related branches found
No related tags found
No related merge requests found
Pipeline #17727 failed
...@@ -72,10 +72,10 @@ The component emits a `dbp-set-property` event for the attribute `auth`: ...@@ -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`). The component emits a `dbp-set-property` event for the attribute `requested-login-status` (possible values `logged-in`, `logged-out`).
## Alternative to <dbp-auth> ## Alternative to <dbp-auth>
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 ```html
<dbp-person-select id="ps-1"></dbp-person-select> <dbp-person-select id="ps-1"></dbp-person-select>
<script> <script>
...@@ -92,8 +92,8 @@ If embedded in an external page (without `<dbp-provider>`) components can work a ...@@ -92,8 +92,8 @@ If embedded in an external page (without `<dbp-provider>`) components can work a
} }
</script> </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 ## Local development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment